forked from geco-bern/rsofun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.3 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
Package: rsofun
Title: The P-Model and BiomeE Modelling Framework
Version: 4.4.1
Authors@R: c(
person(
family = "Benjamin",
given = "Stocker",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2697-9096"),
role = c("aut", "cre")),
person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5070-8109"),
role = c("aut")),
person(
family = "Arán Paredes",
given = "Josefa",
email = "[email protected]",
comment = c(ORCID = "0009-0006-7176-2311"),
role = c("aut")),
person(
family = "Marqués",
given = "Laura",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3593-5557"),
role = c("ctb")),
person(
family = "Weng",
given = "Ensheng",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1858-4847"),
role = c("ctb")),
person(given = "Geocomputation and Earth Observation, University of Bern",
role = c("cph", "fnd"))
)
Description: Implements the Simulating Optimal FUNctioning framework for
site-scale simulations of ecosystem processes, including model
calibration. It contains 'Fortran 90' modules for the P-model (Stocker
et al. (2020) <doi:10.5194/gmd-13-1545-2020>), SPLASH
(Davis et al. (2017) <doi:10.5194/gmd-10-689-2017>)
and BiomeE (Weng et al. (2015)
<doi:10.5194/bg-12-2655-2015>).
URL: https://github.com/geco-bern/rsofun
BugReports: https://github.com/geco-bern/rsofun/issues
License: GPL-3
Depends:
R (>= 4.1.0)
Imports:
dplyr,
purrr,
tidyr,
magrittr,
GenSA,
BayesianTools,
multidplyr,
stats,
utils
LazyData: true
LazyDataCompression: xz
ByteCompile: true
NeedsCompilation: yes
RoxygenNote: 7.3.1
Suggests:
covr,
rcmdcheck,
testthat,
rmarkdown,
ggplot2,
knitr,
sensitivity
VignetteBuilder: knitr
Encoding: UTF-8