-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.15 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
40
41
42
43
44
Package: osiris
Title: Process climate impacts on agricultural yields for GCAM
Version: 1.0.0
Authors@R: c(person("Zarrar", "Khan", email = "zarrar.khan@pnnl.gov", role = c("aut", "cre"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Abigail", "Snyder", role = c("aut"), comment = c(ORCID="0000-0002-9034-9948")),
person("Hamza", "Ahsan", role = c("aut"), comment = c(ORCID="0000-0003-1631-1789")),
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: Process climate impacts on agricultural yields for GCAM.
URL: https://github.com/JGCRI/osiris
BugReports: https://github.com/JGCRI/osiris/issues
Depends: R (>= 2.10)
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
data.table,
ncdf4,
rlang,
tibble,
tidyr,
magrittr,
sp,
raster,
class,
foreach,
gcamdata,
sf,
purrr,
ggplot2,
stringi,
tidytable
Suggests:
rmarkdown,
testthat (>= 3.0.0),
knitr
Remotes:
github::JGCRI/gcamdata
VignetteBuilder:
knitr
Config/testthat/edition: 3