-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.39 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
Package: helios
Title: Process heating and cooling degrees for GCAM
Version: 1.0.0
Authors@R: c(
person("Mengqi", "Zhao", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5385-2758")),
person("Zarrar", "Khan", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8147-8553")),
person("Kalyn", "Dorheim", role = "aut",
comment = c(ORCID = "0000-0001-8093-8397")),
person("Chris", "Vernon", role = "aut",
comment = c(ORCID = "0000-0002-3406-6214"))
)
Description: Heating and Cooling Degrees based on High Resolution Climate
Data.
License: BSD_2_clause + file LICENSE
URL: https://github.com/JGCRI/helios
BugReports: https://github.com/JGCRI/helios/issues
Depends:
R (>= 2.10)
Imports:
data.table (>= 1.14.2),
dplyr (>= 1.0.10),
gcamdata (>= 5.1),
ggplot2 (>= 3.4.0),
knitr (>= 1.40),
lubridate (>= 1.8.0),
magrittr (>= 2.0.3),
ncdf4 (>= 1.21),
raster (>= 3.6.14),
RColorBrewer (>= 1.1.3),
rmap (>= 1.0.0),
sf (>= 1.0.9),
sp (>= 1.6.0),
terra (>= 1.7.3),
tibble (>= 3.1.8),
tidyr (>= 1.2.1)
Suggests:
kableExtra (>= 1.3.4),
rmarkdown (>= 2.16),
testthat (>= 3.1.4)
VignetteBuilder:
knitr
Remotes:
github::JGCRI/gcamdata,
github::JGCRI/rmap
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1