generated from JGCRI/rtemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: gaia
Title: gaia: An R package to estimate crop yield responses to temperature
and precipitation
Version: 1.0.0
Authors@R: c(
person("Mengqi", "Zhao", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5385-2758")),
person("Stephanie", "Waldhoff", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8073-0868")),
person("Claudia", "Tebaldi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9233-8903")),
person("Abigail", "Snyder", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9034-9948"))
)
Description: An empirical model to estimate annual crop yield responses to
temperature and precipitation.
License: BSD_3_clause + file LICENSE
URL: https://github.com/JGCRI/gaia
BugReports: https://github.com/JGCRI/gaia/issues
Depends:
R (>= 4.1)
Imports:
broom (>= 0.8.0),
CFtime (>= 1.4.0),
data.table (>= 1.14.2),
dplyr (>= 1.1.3),
gcamdata (>= 5.1),
ggplot2 (>= 3.5.1),
helios (>= 1.0.0),
lmtest (>= 0.9.40),
lubridate (>= 1.9.3),
magrittr,
ncdf4 (>= 1.21),
plyr (>= 1.8.9),
R.utils (>= 2.12.3),
raster (>= 3.6.20),
reshape2 (>= 1.4.4),
sandwich (>= 3.1.0),
sf (>= 1.0.16),
sp (>= 2.1.1),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
utils
Suggests:
kableExtra (>= 1.4.0),
knitr,
rmarkdown (>= 2.16),
testthat (>= 3.1.4)
VignetteBuilder:
knitr
Remotes:
github::JGCRI/helios,
github::JGCRI/gcamdata
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1