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.

Version: 1.20.0
Suggests: testthat
Published: 2013-08-30
Author: Allen Day. Contributions from Trevor L Davis.
Maintainer: Trevor L Davis <trevor.l.davis at stanford.edu>
BugReports: https://github.com/trevorld/getopt/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/trevorld/getopt
NeedsCompilation: no
Materials: NEWS
CRAN checks: getopt results

Downloads:

Reference manual: getopt.pdf
Package source: getopt_1.20.0.tar.gz
Windows binaries: r-devel: getopt_1.20.0.zip, r-release: getopt_1.20.0.zip, r-oldrel: getopt_1.20.0.zip
OS X Snow Leopard binaries: r-release: getopt_1.20.0.tgz, r-oldrel: getopt_1.20.0.tgz
OS X Mavericks binaries: r-release: getopt_1.20.0.tgz
Old sources: getopt archive

Reverse dependencies:

Reverse depends: HadoopStreaming
Reverse imports: argparse, optparse