-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 910 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
30
31
32
33
34
35
36
Package: scribe
Title: Command Argument Parsing
Version: 0.3.0.9002
Authors@R:
person(
given = "Jordan Mark",
family = "Barbone",
email = "[email protected]",
role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0001-9788-3628")
)
Maintainer: Jordan Mark Barbone <[email protected]>
Description: A base dependency solution with basic argument parsing for use with
'Rscript'.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.6)
Imports:
methods,
utils
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.1.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://jmbarbone.github.io/scribe/, https://github.com/jmbarbone/scribe
BugReports: https://github.com/jmbarbone/scribe/issues
Config/testthat/parallel: true