forked from JGCRI/hector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 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
Package: hector
Title: The Hector Simple Climate Model
Version: 2.5.0
Authors@R: c(person("Robert", "Link",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-7071-248X")),
person("Corinne", "Hartin",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-1834-6539")),
person("Ben", "Bond-Lamberty",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-9525-4633")),
person("Kalyn", "Dorheim",
email = "[email protected]",
role = "cre",
comment = c(ORCID = "0000-0001-8093-8397")),
person("Pralit", "Patel",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-3992-1061")),
person("Alexey", "Shiklomanov",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-4022-5979")))
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), BH (>= 1.69)
Suggests:
testthat,
nleqslv,
knitr,
rmarkdown,
ggplot2,
magrittr (>= 1.5)
Collate:
'aadoc.R'
'RcppExports.R'
'biome.R'
'hector.R'
'messages.R'
'units.R'
VignetteBuilder: knitr
RoxygenNote: 7.0.2