Package: growR
Type: Package
Version: 1.3.0
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
NeedsCompilation: no
Packaged: 2024-05-23 08:20:37 UTC; kevin
Author: Kevin Kramer [aut, cre, cph] (<https://orcid.org/0000-0001-5523-6924>)
Maintainer: Kevin Kramer <kevin.pasqual.kramer@protonmail.ch>
Repository: CRAN
Date/Publication: 2024-05-23 14:30:03 UTC
Built: R 4.6.0; ; 2025-07-18 05:32:16 UTC; unix
