-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathDESCRIPTION
More file actions
82 lines (82 loc) · 2.67 KB
/
DESCRIPTION
File metadata and controls
82 lines (82 loc) · 2.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: hector
Title: The Hector Simple Climate Model
Version: 3.5.0
Authors@R: c(person("Kalyn", "Dorheim",
email = "kalyn.dorheim@pnnl.gov",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8093-8397")),
person("Ben", "Bond-Lamberty",
email = "bondlamberty@pnnl.gov",
role = "aut",
comment = c(ORCID = "0000-0001-9525-4633")),
person("Skylar", "Gering",
email = "sgering@g.hmc.edu",
role = "ctb",
comment = c(ORCID = "0000-0003-1974-3966")),
person("Corinne", "Hartin",
email = "hartin.corinne@epa.gov",
role = "ctb",
comment = c(ORCID = "0000-0003-1834-6539")),
person("Robert", "Link",
role = "ctb",
comment = c(ORCID = "0000-0002-7071-248X")),
person("Mat", "Nicholson",
role = "ctb",
comment = c(github = "mnichol3")),
person("Pralit", "Patel",
email = "pralit.patel@pnnl.gov",
role = "ctb",
comment = c(ORCID = "0000-0003-3992-1061")),
person("Leeya", "Pressburger",
email = "leeya.pressburger@pnnl.gov",
role = c("ctb", "dtc"),
comment = c(ORCID = "0000-0002-6850-2504")),
person("Peter", "Scully",
email = "ptrscll@gmail.com",
role = "ctb",
comment = c(ORCID = "0009-0007-0234-0366")),
person("Alexey", "Shiklomanov",
email = "alexey.shiklomanov@nasa.gov",
role = "ctb",
comment = c(ORCID = "0000-0003-4022-5979")),
person("Benjamin", "Vega-Westhoff",
role = "ctb",
comment = c(ORCID = "0000-0001-7881-8388")),
person("Dawn", "Woodard",
email = "dawn.woodard@pnnl.gov",
role = "ctb",
comment = c(ORCID = "0000-0002-0468-4660")))
Description: Provides an R interface for the Hector Simple Climate
Model. Using this interface you can set up and initialize the model,
change model parameters and emissions inputs, run Hector, and
retrieve model outputs. Note that the package authors are not
identical to the C++ model authors.
Depends:
R (>= 3.5)
License: GPL-3
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, BH
Imports: Rcpp (>= 0.12)
Suggests:
testthat,
knitr,
lintr (>= 3.0),
rmarkdown,
ggplot2,
magrittr (>= 1.5)
Collate:
'RcppExports.R'
'aadoc.R'
'biome.R'
'fxns.R'
'hector.R'
'messages.R'
'units.R'
VignetteBuilder: knitr
Config/Needs/website: kableExtra, nleqslv
RoxygenNote: 7.3.2
SystemRequirements: GNU make
URL: https://github.com/JGCRI/hector, https://jgcri.github.io/hector/
BugReports: https://github.com/JGCRI/hector/issues
Language: en-US