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.7)arrg_0.1.0.zip(r-4.6)arrg_0.1.0.zip(r-4.5)
arrg_0.1.0.tgz(r-4.6-any)arrg_0.1.0.tgz(r-4.5-any)
arrg_0.1.0.tar.gz(r-4.7-any)arrg_0.1.0.tar.gz(r-4.6-any)
arrg_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:91c642f673. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 147 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-oldrel-arm64 | OK | 115 | ||
| windows-devel | OK | 69 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 87 |
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 |
