Package: arrg 0.1.0
arrg: Flexible Argument Parsing for R Scripts
Argument parsing for R scripts, with support for long and short Unix-style options including option clustering, positional arguments including those of variable length, and multiple usage patterns which may take different subsets of options.
Authors:
arrg_0.1.0.tar.gz
arrg_0.1.0.zip(r-4.5)arrg_0.1.0.zip(r-4.4)arrg_0.1.0.zip(r-4.3)
arrg_0.1.0.tgz(r-4.4-any)arrg_0.1.0.tgz(r-4.3-any)
arrg_0.1.0.tar.gz(r-4.5-noble)arrg_0.1.0.tar.gz(r-4.4-noble)
arrg_0.1.0.tgz(r-4.4-emscripten)arrg_0.1.0.tgz(r-4.3-emscripten)
arrg.pdf |arrg.html✨
arrg/json (API)
NEWS
# Install 'arrg' in R: |
install.packages('arrg', repos = c('https://jonclayden.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jonclayden/arrg/issues
command-linecommand-line-parser
Last updated 15 days agofrom:91c642f673. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | OK | Nov 08 2024 |
R-4.5-linux | OK | Nov 08 2024 |
R-4.4-win | OK | Nov 08 2024 |
R-4.4-mac | OK | Nov 08 2024 |
R-4.3-win | OK | Nov 08 2024 |
R-4.3-mac | OK | Nov 08 2024 |
Dependencies:ore
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an argument parser | arrg |
Specify an option in long or short form | opt |
Specify a usage pattern | pat |