A command line parser inspired by Python's 'optparse' library to be used with Rscript to write "#!" shebang scripts that accept short and long flag/options.
Version: | 1.3.0 |
Depends: | R (≥ 2.9.0) |
Imports: | methods, getopt (≥ 1.19) |
Suggests: | knitr, stringr, testthat |
Published: | 2014-12-11 |
Author: | Trevor L Davis. Some documentation and examples ported from Allen Day's getopt package. Some documentation from the optparse Python module by the Python Software Foundation. Contributions from Steve Lianoglou, Jim Nikelski, Kirill Müller, and Peter Humburg. |
Maintainer: | Trevor L Davis <trevor.l.davis at stanford.edu> |
BugReports: | https://github.com/trevorld/optparse/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
Copyright: | See file (inst/)COPYRIGHTS. optparse copyright details |
URL: | https://github.com/trevorld/optparse |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | optparse results |
Reference manual: | optparse.pdf |
Vignettes: |
optparse Command Line Option Parsing |
Package source: | optparse_1.3.0.tar.gz |
Windows binaries: | r-devel: optparse_1.3.0.zip, r-release: optparse_1.3.0.zip, r-oldrel: optparse_1.3.0.zip |
OS X Snow Leopard binaries: | r-release: optparse_1.3.0.tgz, r-oldrel: optparse_1.3.0.tgz |
OS X Mavericks binaries: | r-release: optparse_1.3.0.tgz |
Old sources: | optparse archive |
Reverse suggests: | opm |