-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1.12 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
Package: gcambreakout
Title: gcambreakout
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("Brinda", "Yarlagadda", role = c("aut"), comment = c(ORCID="0000-0003-2944-3449")),
person("Kanishka", "Narayan", role = c("aut"), comment = c(ORCID="0000-0001-8483-6216")),
person("Silvia", "Regina Santos da Silva", role = c("aut"), comment = c(ORCID="0000-0002-6493-1475")),
person("Page", "Kyle", role = c("aut"), comment = c(ORCID="0000-0002-1257-8358")),
person("Chris", "Vernon", role = c("aut"), comment = c(ORCID="0000-0002-3406-6214")))
Description: R package to breakout a region in gcamdata.
URL: https://github.com/JGCRI/gcambreakout
BugReports: https://github.com/JGCRI/gcambreakout/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports:
dplyr,
magrittr,
data.table,
utils,
tibble,
stringr,
readr,
rlang
VignetteBuilder:
knitr,
pander
Depends:
R (>= 2.10)
Suggests:
testthat,
rmarkdown,
knitr,
pander