forked from JGCRI/hector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.01 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
Package: hector
Title: The Hector Simple Climate Model
Version: 2.5.0
Authors@R: c(person("Robert", "Link", email = "[email protected]", role = c("aut", "cre")),
person("Corinne", "Hartin", email = "[email protected]", role = "aut"),
person("Ben", "Bond-Lamberty", email = "[email protected]", role = "aut"),
person("Pralit", "Patel", email = "[email protected]", role = "aut"))
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 hector outputs.
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,
tidyr (>= 0.7),
dplyr (>= 0.7)
Collate:
'aadoc.R'
'RcppExports.R'
'biome.R'
'hector.R'
'messages.R'
'units.R'
VignetteBuilder: knitr
RoxygenNote: 6.1.1