All RCaNmodel dependencies are available on CRAN so there are no specific requirements.
Once these packages are installed, the process is easy using the library remotes or devtools if already installed
From an R console:
> require(remotes)
> remotes::install_github("https://github.com/inrae/RCaNmodel.git", subdir="RCaNmodel", dependencies = TRUE)
or
> require(devtools)
> devtools::install_github("https://github.com/inrae/RCaNmodel.git", subdir="RCaNmodel", dependencies = TRUE)
We recommend the installation of the package ROI.plugin.cbc which enable the use of the very efficient CBC solver. This needs package rcbc and the CBC solver to be installed first. Instructions can be found at dirkschumacher/ROI.plugin.cbc.
A vignette is provided with the package to explain how it should be used.
Please report bugs and feature request as Issues on GitHub.