The goal of this package is to help users in using Capsis softawre and compile reports for field workshops. The workshop consist in predicting management effects on forest stand within the capsis platform.
Installation
This package relies on R and Rstudio.
Stable version
You can install the marteloscope package from forgemia with :
if (!require("remotes", quietly = TRUE)) {install.packages("remotes")}
remotes::install_url('https://forgemia.inra.fr/lessem/marteloscope/-/archive/main/marteloscope-main.zip')
Development version
You can install the development version of marteloscope from github with :
if (!require("remotes", quietly = TRUE)) {install.packages("remotes")}
remotes::install_url('https://forgemia.inra.fr/lessem/marteloscope/-/archive/dev/marteloscope-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 !
Support
Issues are centralized on the forgemia project..