forked from trevorld/r-getopt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
20 lines (20 loc) · 832 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: getopt
Type: Package
Title: C-Like 'getopt' Behavior
Version: 1.20.4
Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"), email="[email protected]"),
person("Allen", "Day", role="aut", comment="Original package author"),
person("Roman", "Zenka", role="ctb"))
URL: https://github.com/trevorld/r-getopt
Imports:
stats
BugReports: https://github.com/trevorld/r-getopt/issues
Description: 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.
License: GPL (>= 2)
Suggests:
covr, testthat
RoxygenNote: 7.0.0