forked from geco-bern/rpmodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.16 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
Package: rpmodel
Type: Package
Title: P-Model
Description: Implements the P-model
(Stocker et al., 2020 <doi:10.5194/gmd-13-1545-2020>),
predicting acclimated parameters of the enzyme kinetics of C3 photosynthesis,
assimilation, and dark respiration rates as a function of the environment
(temperature, CO2, vapour pressure deficit, light, atmospheric pressure).
Version: 1.2.0
Authors@R: c(
person(
family = "Stocker",
given = "Benjamin",
email = "benjamin.stocker@gmail.com",
comment = c(ORCID = "0000-0002-5070-8109"),
role = c("aut", "cre")),
person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5070-8109"))
)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends:
R (>= 3.6)
Imports:
stats
Suggests:
ggplot2,
dplyr,
purrr,
tidyr,
knitr,
testthat,
covr,
markdown
VignetteBuilder: knitr
URL: https://github.com/stineb/rpmodel
BugReports: https://github.com/stineb/rpmodel/issues