Installation - SantanderMetGroup/downscaleR GitHub Wiki
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.