Package: rcontroll Type: Package Title: Individual-Based Forest Growth Simulator 'TROLL' Version: 0.1.1 Authors@R: c( person("Sylvain", "Schmitt", email="sylvain.m.schmitt@gmail.com", role=c("aut", "cre"), comment = c(ORCID = "0000-0001-7759-7106")), person("Guillaume", "Salzet", email="guillaume.salzet@inrae.fr", role="aut", comment = c(ORCID = "0000-0003-4548-5673")), person("Fabian", "Fischer", email="fabian.fischer@univ-tlse3.fr", role="aut", comment = c(ORCID = "0000-0003-2325-9886")), person("Isabelle", "Maréchaux", email="isabelle.mj.marechaux@gmail.com", role="aut", comment = c(ORCID = "0000-0002-5401-0197")), person("Jérôme", "Chave", email="jerome.chave@univ-tlse3.fr", role="aut", comment = c(ORCID = "0000-0002-7766-1347")) ) Maintainer: Sylvain Schmitt URL: https://github.com/sylvainschmitt/rcontroll, https://sylvainschmitt.github.io/rcontroll/ BugReports: https://github.com/sylvainschmitt/rcontroll/issues Description: 'TROLL' is coded in C++ and it typically simulates hundreds of thousands of individuals over hundreds of years. The 'rcontroll' R package is a wrapper of 'TROLL'. 'rcontroll' includes functions that generate inputs for simulations and run simulations. Finally, it is possible to analyse the 'TROLL' outputs through tables, figures, and maps taking advantage of other R visualisation packages. 'rcontroll' also offers the possibility to generate a virtual LiDAR point cloud that corresponds to a snapshot of the simulated forest. License: GPL-3 LazyData: TRUE Imports: methods (>= 3.5.0), utils (>= 3.5.0), readr (>= 1.3.0), sys (>= 3.2), dplyr (>= 1.0.0), magrittr (>= 2.0.0), reshape2 (>= 1.3.0), ggplot2 (>= 3.2.0), viridis (>= 0.4.0), parallel (>= 3.5.0), doParallel (>= 1.0.7), doSNOW (>= 1.0.10), foreach (>= 1.4.1), iterators (>= 1.0.5), Rcpp (>= 1.0.5), gganimate (>= 1.0.0), vroom (>= 1.0.0), tidyr (>= 1.0.0), tibble (>= 3.0.0), lubridate (>= 1.6.0), terra (>= 1.5-16), lidR (>= 4.0.1) Suggests: markdown, knitr, rmarkdown, testthat, covr Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Collate: 'RcppExports.R' 'TROLLv3_climatedaytime12.R' 'TROLLv3_daytimevar.R' 'TROLLv3_input.R' 'TROLLv3_output.R' 'TROLLv3_pointcloud.R' 'TROLLv3_species.R' 'zzz.R' 'TROLLversion.R' 'trollsim.R' 'load_output.R' 'troll.R' 'autogif.R' 'get_chm.trollsim.R' 'trollstack.R' 'autoplot.troll.R' 'utils-pipe.R' 'generate_climate.R' 'generate_lidar.R' 'generate_parameters.R' 'get_forest.trollsim.R' 'get_log.trollsim.R' 'load_stack.R' 'load_sim.trollsim.R' 'print.trollsim.R' 'rcontroll-package.R' 'rcontroll.R' 'stack.R' 'update_parameters.trollsim.R' VignetteBuilder: knitr Depends: R (>= 3.6) LinkingTo: Rcpp, RcppGSL Encoding: UTF-8 Config/pak/sysreqs: libabsl-dev cmake libfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglu1-mesa-dev make libgsl0-dev texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev zlib1g-dev Repository: https://sylvainschmitt.r-universe.dev Date/Publication: 2024-09-30 07:38:05 UTC RemoteUrl: https://github.com/sylvainschmitt/rcontroll RemoteRef: HEAD RemoteSha: b136f55f632b7585de23448275a55ba1774afe1a NeedsCompilation: yes Packaged: 2026-06-21 09:31:50 UTC; root Author: Sylvain Schmitt [aut, cre] (ORCID: ), Guillaume Salzet [aut] (ORCID: ), Fabian Fischer [aut] (ORCID: ), Isabelle Maréchaux [aut] (ORCID: ), Jérôme Chave [aut] (ORCID: )