The goal of this package is to help users in using Capsis software and compile reports for field workshops. The workshop consist in predicting management effects on forest stand with Samsara2 model within Capsis platform.
Installation
This package relies on R and Rstudio.
Stable version
You can install the {marteloscope}
package from Forge.inrae with :
if (!require("remotes", quietly = TRUE)) {install.packages("remotes")}
remotes::install_url('https://forge.inrae.fr/lessem/martelosim/-/archive/main/martelosim-main.zip')
Development version
You can install the development version of martelosim from github with :
if (!require("remotes", quietly = TRUE)) {install.packages("remotes")}
remotes::install_url('https://forge.inrae.fr/lessem/martelosim/-/archive/dev/martelosim-dev.zip')
If you install the development version of this package, please check the NEWS.md or changelog regularly. The package is in active development and some changes may break your code !
Usage Guide
Getting started vignette is now available guide any user through {marteloscope}
package installation and usage.
Support
Issues are centralized on the forge.inrae project..