-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.52 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: hector
Title: The Hector Simple Climate Model
Version: 3.2.0
Authors@R: c(person("Kalyn", "Dorheim",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8093-8397")),
person("Ben", "Bond-Lamberty",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-9525-4633")),
person("Skylar", "Gering",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-1974-3966")),
person("Corinne", "Hartin",
email = "[email protected]",
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 = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-3992-1061")),
person("Leeya", "Pressburger",
email = "[email protected]",
role = c("ctb", "dtc"),
comment = c(ORCID = "0000-0002-6850-2504")),
person("Alexey", "Shiklomanov",
email = "[email protected]",
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 = "[email protected]",
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.3)
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.2.3
SystemRequirements: GNU make
URL: https://github.com/JGCRI/hector, https://jgcri.github.io/hector/
BugReports: https://github.com/JGCRI/hector/issues
Language: en-US