forked from geco-bern/rsofun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.2 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
Package: rsofun
Title: SOFUN in R
Version: 4.2
Authors@R: c(
person(
family = "Benjamin",
given = "Stocker",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5070-8109"),
role = c("aut", "cre")),
person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5070-8109"))
)
Description: Implements the SOFUN modelling framework for simulating terrestrial
processes, including model calibration and benchmarking.
URL: https://github.com/computationales/rsofun
BugReports: https://github.com/computationales/rsofun/issues
License: GPL-3
Depends:
R (>= 3.6)
Imports:
dplyr,
purrr,
tidyr,
tidyselect,
magrittr,
lubridate,
GenSA,
graphics,
BayesianTools,
multidplyr,
stats,
utils
LazyData: true
LazyDataCompression: xz
ByteCompile: true
NeedsCompilation: yes
RoxygenNote: 7.1.2
Suggests:
rpmodel,
covr,
testthat,
rmarkdown,
ggplot2,
knitr
VignetteBuilder: knitr
Encoding: UTF-8