forked from trevorld/r-optparse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 967 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Encoding: UTF-8
Package: optparse
Type: Package
Title: Command Line Option Parser
Version: 1.4.4
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 <[email protected]>
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.0)
Suggests:
knitr (>= 1.15.19),
stringr,
testthat
VignetteBuilder: knitr
RoxygenNote: 6.0.1