-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documenter.jl
committed
Nov 28, 2023
1 parent
8d56bb5
commit 0554edd
Showing
8 changed files
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...assets/javascripts/bundle.6c14ae12.min.js → ...assets/javascripts/bundle.cd18aaf1.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...ts/javascripts/bundle.6c14ae12.min.js.map → ...ts/javascripts/bundle.cd18aaf1.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#tidierjl","title":"Tidier.jl","text":"<p>Tidier.jl is a 100% Julia implementation of the R tidyverse meta-package. Similar to the R tidyverse, Tidier.jl re-exports several other packages, each focusing on a specific set of functionalities.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierdatajl","title":"TidierData.jl","text":"<p>TidierData.jl is a package dedicated to data transformation and reshaping, powered by DataFrames.jl, ShiftedArrays.jl, and Cleaner.jl. It focuses on functionality within the dplyr, tidyr, and janitor R packages.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierplotsjl","title":"TidierPlots.jl","text":"<p>TidierPlots.jl is a package dedicated to plotting, powered by AlgebraOfGraphics.jl. It focuses on functionality within the ggplot2 R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidiercatsjl","title":"TidierCats.jl","text":"<p>TidierCats.jl is a package dedicated to handling categorical variables, powered by CategoricalArrays.jl. It focuses on functionality within the forcats R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierdatesjl","title":"TidierDates.jl","text":"<p>TidierDates.jl is a package dedicated to handling dates and times. It focuses on functionality within the lubridate R package.</p> <p>[GitHub]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierstringsjl","title":"TidierStrings.jl","text":"<p>TidierStrings.jl is a package dedicated to handling strings. It focuses on functionality within the stringr R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidiervestjl","title":"TidierVest.jl","text":"<p>TidierVest.jl is a package dedicated to scraping and tidying website data. It focuses on functionality within the rvest R package.</p> <p>[GitHub]</p> <p></p> <p></p> <p></p>"},{"location":"#installation","title":"Installation","text":"<p>For the stable version:</p> <pre><code>] add Tidier\n</code></pre> <p>The <code>]</code> character starts the Julia package manager. Press the backspace key to return to the Julia prompt.</p> <p>or</p> <pre><code>using Pkg\nPkg.add(\"Tidier\")\n</code></pre> <p>For the newest version:</p> <pre><code>] add Tidier#main\n</code></pre> <p>or</p> <pre><code>using Pkg\nPkg.add(url=\"https://github.com/TidierOrg/Tidier.jl\")\n</code></pre> <p></p> <p></p>"},{"location":"#whats-new","title":"What\u2019s new","text":"<p>See NEWS.md for the latest updates.</p> <p></p> <p></p>"},{"location":"#whats-missing","title":"What's missing","text":"<p>Is there a tidyverse feature missing that you would like to see in Tidier.jl? Please file a GitHub issue.</p>"},{"location":"reference/","title":"Reference","text":""},{"location":"reference/#index","title":"Index","text":""},{"location":"reference/#reference-exported-functions","title":"Reference - Exported functions","text":""},{"location":"reference/#reference-internal-functions","title":"Reference - Internal functions","text":""},{"location":"examples/generated/Contributors/Howto/","title":"Howto","text":""},{"location":"examples/generated/Contributors/Howto/#contribute-to-documentation","title":"Contribute to Documentation","text":"<p>Contributing with examples can be done by first creating a new file example here</p> <p>Info</p> <ul> <li><code>your_new_file.jl</code> at <code>docs/examples/UserGuide/</code></li> </ul> <p>Once this is done you need to add a new entry here at the bottom and the appropriate level.</p> <p>Info</p> <p>Your new entry should look like:</p> <ul> <li><code>\"Your title example\" : \"examples/generated/UserGuide/your_new_file.md\"</code></li> </ul> <p></p> <p></p>"},{"location":"examples/generated/Contributors/Howto/#build-docs-locally","title":"Build docs locally","text":"<p>If you want to take a look at the docs locally before doing a PR follow the next steps:</p> <p>build docs locally</p> <p>Install the following dependencies in your system via pip, i.e.</p> <ul> <li><code>pip install mkdocs pygments python-markdown-math</code></li> <li><code>pip install mkdocs-material pymdown-extensions mkdocstrings</code></li> <li><code>pip mknotebooks pytkdocs_tweaks mkdocs_include_exclude_files jinja2 mkdocs-video</code></li> </ul> <p>Then simply go to your <code>docs</code> env and activate it, i.e.</p> <p><code>docs> julia</code></p> <p><code>julia> ]</code></p> <p><code>(docs) pkg> activate .</code></p> <p>Next, run the scripts:</p> <p>Info</p> <p>Generate files and build docs by running:</p> <ul> <li><code>genfiles.jl</code></li> <li><code>make.jl</code></li> </ul> <p>Now go to your <code>terminal</code> in the same path <code>docs></code> and run:</p> <p><code>mkdocs serve</code></p> <p>This should output <code>http://127.0.0.1:8000</code>, copy/paste this into your browser and you are all set.</p> <p>This page was generated using Literate.jl.</p>"}]} | ||
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Home","text":""},{"location":"#tidierjl","title":"Tidier.jl","text":"<p>Tidier.jl is a 100% Julia implementation of the R tidyverse meta-package. Similar to the R tidyverse, Tidier.jl re-exports several other packages, each focusing on a specific set of functionalities.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierdatajl","title":"TidierData.jl","text":"<p>TidierData.jl is a package dedicated to data transformation and reshaping, powered by DataFrames.jl, ShiftedArrays.jl, and Cleaner.jl. It focuses on functionality within the dplyr, tidyr, and janitor R packages.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierplotsjl","title":"TidierPlots.jl","text":"<p>TidierPlots.jl is a package dedicated to plotting, powered by AlgebraOfGraphics.jl. It focuses on functionality within the ggplot2 R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidiercatsjl","title":"TidierCats.jl","text":"<p>TidierCats.jl is a package dedicated to handling categorical variables, powered by CategoricalArrays.jl. It focuses on functionality within the forcats R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierdatesjl","title":"TidierDates.jl","text":"<p>TidierDates.jl is a package dedicated to handling dates and times. It focuses on functionality within the lubridate R package.</p> <p>[GitHub]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidierstringsjl","title":"TidierStrings.jl","text":"<p>TidierStrings.jl is a package dedicated to handling strings. It focuses on functionality within the stringr R package.</p> <p>[GitHub] | [Documentation]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidiertextjl","title":"TidierText.jl","text":"<p>TidierText.jl is a package dedicated to handling and tidying text data. It focuses on functionality within the tidytext R package.</p> <p>[GitHub]</p> <p></p> <p></p> <p></p> <p></p>"},{"location":"#tidiervestjl","title":"TidierVest.jl","text":"<p>TidierVest.jl is a package dedicated to scraping and tidying website data. It focuses on functionality within the rvest R package.</p> <p>[GitHub]</p> <p></p> <p></p> <p></p>"},{"location":"#installation","title":"Installation","text":"<p>For the stable version:</p> <pre><code>] add Tidier\n</code></pre> <p>The <code>]</code> character starts the Julia package manager. Press the backspace key to return to the Julia prompt.</p> <p>or</p> <pre><code>using Pkg\nPkg.add(\"Tidier\")\n</code></pre> <p>For the newest version:</p> <pre><code>] add Tidier#main\n</code></pre> <p>or</p> <pre><code>using Pkg\nPkg.add(url=\"https://github.com/TidierOrg/Tidier.jl\")\n</code></pre> <p></p> <p></p>"},{"location":"#whats-new","title":"What\u2019s new","text":"<p>See NEWS.md for the latest updates.</p> <p></p> <p></p>"},{"location":"#whats-missing","title":"What's missing","text":"<p>Is there a tidyverse feature missing that you would like to see in Tidier.jl? Please file a GitHub issue.</p>"},{"location":"reference/","title":"Reference","text":""},{"location":"reference/#index","title":"Index","text":""},{"location":"reference/#reference-exported-functions","title":"Reference - Exported functions","text":""},{"location":"reference/#reference-internal-functions","title":"Reference - Internal functions","text":""},{"location":"examples/generated/Contributors/Howto/","title":"Howto","text":""},{"location":"examples/generated/Contributors/Howto/#contribute-to-documentation","title":"Contribute to Documentation","text":"<p>Contributing with examples can be done by first creating a new file example here</p> <p>Info</p> <ul> <li><code>your_new_file.jl</code> at <code>docs/examples/UserGuide/</code></li> </ul> <p>Once this is done you need to add a new entry here at the bottom and the appropriate level.</p> <p>Info</p> <p>Your new entry should look like:</p> <ul> <li><code>\"Your title example\" : \"examples/generated/UserGuide/your_new_file.md\"</code></li> </ul> <p></p> <p></p>"},{"location":"examples/generated/Contributors/Howto/#build-docs-locally","title":"Build docs locally","text":"<p>If you want to take a look at the docs locally before doing a PR follow the next steps:</p> <p>build docs locally</p> <p>Install the following dependencies in your system via pip, i.e.</p> <ul> <li><code>pip install mkdocs pygments python-markdown-math</code></li> <li><code>pip install mkdocs-material pymdown-extensions mkdocstrings</code></li> <li><code>pip mknotebooks pytkdocs_tweaks mkdocs_include_exclude_files jinja2 mkdocs-video</code></li> </ul> <p>Then simply go to your <code>docs</code> env and activate it, i.e.</p> <p><code>docs> julia</code></p> <p><code>julia> ]</code></p> <p><code>(docs) pkg> activate .</code></p> <p>Next, run the scripts:</p> <p>Info</p> <p>Generate files and build docs by running:</p> <ul> <li><code>genfiles.jl</code></li> <li><code>make.jl</code></li> </ul> <p>Now go to your <code>terminal</code> in the same path <code>docs></code> and run:</p> <p><code>mkdocs serve</code></p> <p>This should output <code>http://127.0.0.1:8000</code>, copy/paste this into your browser and you are all set.</p> <p>This page was generated using Literate.jl.</p>"}]} |
Binary file not shown.