Package: getopt 1.20.4
getopt: C-Like 'getopt' Behavior
Package designed to be used with Rscript to write '#!' shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc.
Authors:
getopt_1.20.4.tar.gz
getopt_1.20.4.zip(r-4.5)getopt_1.20.4.zip(r-4.4)getopt_1.20.4.zip(r-4.3)
getopt_1.20.4.tgz(r-4.4-any)getopt_1.20.4.tgz(r-4.3-any)
getopt_1.20.4.tar.gz(r-4.5-noble)getopt_1.20.4.tar.gz(r-4.4-noble)
getopt_1.20.4.tgz(r-4.4-emscripten)getopt_1.20.4.tgz(r-4.3-emscripten)
getopt.pdf |getopt.html✨
getopt/json (API)
NEWS
# Install 'getopt' in R: |
install.packages('getopt', repos = c('https://trevorld.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/trevorld/r-getopt/issues
Last updated 1 years agofrom:74be81da0d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | OK | Nov 10 2024 |
R-4.5-linux | OK | Nov 10 2024 |
R-4.4-win | OK | Nov 10 2024 |
R-4.4-mac | OK | Nov 10 2024 |
R-4.3-win | OK | Nov 10 2024 |
R-4.3-mac | OK | Nov 10 2024 |
Exports:get_Rscript_filenamegetoptsort_list
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Returns file name being interpreted by Rscript | get_Rscript_filename |
C-like getopt behavior | getopt-package getopt |
Recursively sorts a list | sort_list |