-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 901 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
Package: rtemplate
Title: Template to build R packages
Version: 1.0.0
Authors@R: c(person("Zarrar", "Khan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Chris", "Vernon", role = c("aut"), comment = c(ORCID="0000-0002-3406-6214")),
person("Mengqi", "Zhao", , "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0001-5385-2758")))
Description: Template to build R packages with GitHub actions and CI/CD, tests, codecov and documentation.
URL: https://github.com/JGCRI/rtemplate
BugReports: https://github.com/JGCRI/rtemplate/issues
Depends: R (>= 2.10)
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
rlang
Suggests:
rmarkdown,
testthat (>= 3.0.0),
knitr
Remotes:
github::JGCRI/jgcricolors
VignetteBuilder:
knitr
Config/testthat/edition: 3