Skip to content

Installation

Jose M. Gutierrez edited this page Apr 19, 2018 · 5 revisions

For the latest stable release, the recommended installation procedure is to use the install_github command from the devtools R package.

devtools::install_github(c("SantanderMetGroup/downscaleR"))

your can also include the argument build_vignettes = TRUE to build the vignettes included in the package.

Alternatively, you can download the sources directly from the releases tab

If your current installed version is not up-to-date, a warning message will be prompted in the R console on package load.

Clone this wiki locally