Last data update: 2014.03.03

optparse

Encoding: UTF-8
Package: optparse
Type: Package
Title: Command Line Option Parser
Version: 1.3.2
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, Peter Humburg, and Rich FitzJohn.
Maintainer: Trevor L Davis <trevor.l.davis@gmail.com>
Description: 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.
License: GPL (>= 2)
Copyright: See file (inst/)COPYRIGHTS.
URL: https://github.com/trevorld/optparse
BugReports: https://github.com/trevorld/optparse/issues
LazyLoad: yes
Depends: R (>= 2.9.0)
Imports: methods, getopt (>= 1.19)
Suggests: knitr, stringr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-10-02 21:55:38 UTC; trevorld
Repository: CRAN
Date/Publication: 2015-10-03 07:58:03

● 0 images, 7 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'optparse' ...
** package 'optparse' successfully unpacked and MD5 sums checked
** R
** exec
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'optparse'
    finding HTML links ... done
    OptionParser-class                      html  
    OptionParser                            html  
    OptionParserOption-class                html  
    add_make_option                         html  
    optparse-package                        html  
    parse_args                              html  
    print_help                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (optparse)
Making 'packages.html' ... done