Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.33 KB

RCaNModel

Installation

Requirements

All RCaNmodel dependencies are available on CRAN so there are no specific requirements.

Installation

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.

Usage

A vignette is provided with the package to explain how it should be used.

Bug reporting

Please report bugs and feature request as Issues on GitHub.