r-getopt 1.20.4
Command-line option processor for R
This package is designed to be used with Rscript to write shebang scripts that accept short and long options. Many users will prefer to use the packages optparse
or argparse
which add extra features like automatically generated help options and usage texts, support for default values, positional argument support, etc.
- Website: https://github.com/trevorld/getopt
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-getopt 1.20.4
as follows:
guix install r-getopt@1.20.4
Or install the latest version:
guix install r-getopt
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.