This is yet another command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptation for easier use in R. It also provides a simple way for variable interpolation in R.
Version: | 0.1.0 |
Depends: | R (≥ 2.10.0) |
Imports: | rjson, methods, GlobalOptions (≥ 0.0.6) |
Suggests: | testthat (≥ 0.3), knitr |
Published: | 2015-03-09 |
Author: | Zuguang Gu |
Maintainer: | Zuguang Gu <z.gu at dkfz.de> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/jokergoo/GetoptLong |
NeedsCompilation: | no |
SystemRequirements: | Perl, Getopt::Long |
Materials: | README NEWS |
CRAN checks: | GetoptLong results |
Reference manual: | GetoptLong.pdf |
Vignettes: |
Parsing command-line arguments by Getopt::Long Simple variable interpolation in R |
Package source: | GetoptLong_0.1.0.tar.gz |
Windows binaries: | r-devel: GetoptLong_0.1.0.zip, r-release: GetoptLong_0.1.0.zip, r-oldrel: GetoptLong_0.1.0.zip |
OS X Snow Leopard binaries: | r-release: GetoptLong_0.1.0.tgz, r-oldrel: GetoptLong_0.1.0.tgz |
OS X Mavericks binaries: | r-release: GetoptLong_0.1.0.tgz |
Old sources: | GetoptLong archive |
Reverse suggests: | ProjectTemplate |