Changes between Version 6 and Version 7 of udg/ecoms/RPackage/versions
- Timestamp:
- Apr 29, 2015 7:00:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/versions
v6 v7 8 8 9 9 [https://meteo.unican.es/trac/raw-attachment/wiki/EcomsUdg/DataPortal_Tutorial_v2.pdf User's Manual] 10 11 '''Important Note:''' Requires upgrading the R package `downscaleR.java` to the new version [https://github.com/SantanderMetGroup/downscaleR.java 1.0-0]. Not supported by java versions under 7 (Strongly recommended to use JRE v7x, [https://meteo.unican.es/trac/wiki/udg/ecoms/RPackage/prerequisites see details for installation]). 12 10 13 11 14 To obtain the latest stable release of the `ecomsUDG.Raccess` package, it is recommended to use the `devtools` utility to install packages from Github. First check that `devtools` is installed on your system, otherwise install it by typing: … … 97 100 == Development version 98 101 99 The development version is available at the ' master' branch of the [http://github.com/santandermetgroup/ecomsudg.raccess gitHub repository], but please note that '''the development version is unstable and may not be functional'''102 The development version is available at the 'devel' branch of the [http://github.com/santandermetgroup/ecomsudg.raccess gitHub repository], but please note that '''the development version is unstable and may not be functional''' 100 103 101 104 {{{ 102 105 #!text/R 103 devtools::install_github(c("SantanderMetGroup/downscaleR.java @stable",106 devtools::install_github(c("SantanderMetGroup/downscaleR.java", 104 107 "SantanderMetGroup/downscaleR@stable", 105 "SantanderMetGroup/ecomsUDG.Raccess "))108 "SantanderMetGroup/ecomsUDG.Raccess@devel")) 106 109 107 110 }}}