Installation
From conda-forge
The recommended way to install evalhyd-r
is to use a conda
-like
package manager and the conda-forge channel:
Tip
RStudio users can install evalhyd-r
, R, and RStudio in the same
environment, and then use this RStudio directly:
$ mamba create -n my-r-env -c conda-forge r rstudio r-evalhyd
Warning
This method will not work for Windows users.
From source
To build evalhyd-r
from source, use the following shell commands:
$ git clone --recursive "https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-r.git"
Requirements
The following libraries are required to install evalhyd-r
:
Rtools
Rcpp
git