Changes between Version 9 and Version 10 of udg/ecoms/RPackage/versions
- Timestamp:
- May 15, 2015 2:00:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/versions
v9 v10 3 3 The latest versions (stable and/or devel) can be installed directly from [https://github.com/SantanderMetGroup/ecomsUDG.Raccess gitHub], but please note that the R package [http://cran.r-project.org/web/packages/devtools/index.html devtools] must be installed first to ease the installation process. 4 4 5 == Latest stable release 3.0-0 (29 Apr2015)5 == Latest stable release 4.0-0 (15 May 2015) 6 6 7 [https://github.com/SantanderMetGroup/ecomsUDG.Raccess/releases /tag/v3.3-0See what's new]7 [https://github.com/SantanderMetGroup/ecomsUDG.Raccess/releases See what's new] 8 8 9 [https://meteo.unican.es/trac/raw-attachment/wiki/EcomsUdg/DataPortal_Tutorial_v2.pdf User's Manual]10 9 11 10 '''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]). … … 19 18 }}} 20 19 21 Then, the `ecomsUDG.Raccess` package and associated dependencies are installed by entering (it is important to preserve the ordering of the arguments):20 Then, the `ecomsUDG.Raccess` package and associated dependencies are installed by entering the following command (it is important to preserve the ordering of the arguments): 22 21 23 22 {{{ 24 23 #!text/R 25 24 devtools::install_github(c("SantanderMetGroup/downscaleR.java", 26 "SantanderMetGroup/downscaleR@stable", 27 "SantanderMetGroup/ecomsUDG.Raccess")) 28 25 "SantanderMetGroup/downscaleR", 26 "SantanderMetGroup/ecomsUDG.Raccess")) 29 27 }}} 30 28 … … 34 32 35 33 == Older versions 34 35 * '''version 3.0-0''' (29 Apr 2015) 36 * New authentication scheme implemented 37 * New CFSv2 dataset definition 38 * Several minor bug fixes and enhancements 36 39 37 40 * '''version 2.2-6''' (27 Jan 2015)