-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.5 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
Package: growR
Type: Package
Version: 1.3.0.9001
Date: 2024-05-23
Authors@R: person(
given = "Kevin",
family = "Kramer",
email = "kevin.pasqual.kramer@protonmail.ch",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5523-6924"))
Title: Implementation of the Vegetation Model ModVege
Description: Run grass growth simulations using a grass growth model based
on ModVege (Jouven, M., P. Carrère, and R. Baumont "Model Predicting
Dynamics of Biomass, Structure and Digestibility of Herbage in Managed
Permanent Pastures. 1. Model Description." (2006)
<doi:10.1111/j.1365-2494.2006.00515.x>). The implementation in
this package contains a few additions to the above cited version of ModVege,
such as simulations of management decisions, and influences of snow cover.
As such, the model is fit to simulate grass growth in mountainous
regions, such as the Swiss Alps. The package also contains routines for
calibrating the model and helpful tools for analysing model outputs and
performance.
URL: https://github.com/kuadrat/growR, https://kuadrat.github.io/growR/
BugReports: https://github.com/kuadrat/growR/issues
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8
Imports: rlang, R6, utils, Rdpack
Suggests:
ggplot2,
knitr,
patchwork,
rmarkdown,
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
RdMacros: Rdpack
LazyData: true
Config/testthat/edition: 3
Config/testthat/start-first: setup, pscan, run
VignetteBuilder: knitr