forked from JGCRI/gcamextractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1 KB
/
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
37
38
39
Package: gcamextractor
Title: gcamextractor
Version: 0.1.0
Authors@R: c(person("Zarrar", "Khan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Mengqi", "Zhao", email = "[email protected]", role = c("aut"),
comment = c(ORCID ="0000-0001-5385-2758")),
person("Tom", "Wild", role = c("aut"),comment = c(ORCID ="0000-0002-8147-8553")),
person("Chris", "Vernon", role = c("aut"), comment = c(ORCID="0000-0002-3406-6214")))
Description: Description of your R package gcamextractor.
URL: https://github.com/JGCRI/gcamextractor
BugReports: https://github.com/JGCRI/gcamextractor/issues
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
knitr,
dplyr,
magrittr,
XML,
stringr,
tibble,
tidyr,
xfun,
zoo,
rgcam,
rpackageutils,
markdown,
rprojroot
Suggests:
rmarkdown,
testthat
Remotes:
github::JGCRI/rgcam,
github::JGCRI/rpackageutils
VignetteBuilder:
knitr