-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.46 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
45
46
47
Package: osiris
Title: Process climate impacts on agricultural yields for GCAM
Version: 1.0.3
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: Osiris is an R package that is used to process climate impacts on agricultural yields for the Global Change Analysis Model (GCAM). This package is a modular data pipeline that consists of four steps that take gridded crop yield data from existing emulators and transforms them into agricultural yield impacts for GCAM commodities.
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
data.table,
ncdf4,
rlang,
tibble,
tidyr,
magrittr,
sp,
raster,
class,
foreach,
gcamdata,
sf,
purrr,
ggplot2,
stringi,
tidytable,
stringr
Suggests:
rmarkdown,
testthat (>= 3.0.0),
knitr
Remotes:
github::JGCRI/gcamdata
VignetteBuilder:
knitr
Config/testthat/edition: 3