Changes between Version 5 and Version 6 of udg/ecoms/RPackage/versions
- Timestamp:
- Apr 29, 2015 6:46:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/versions
v5 v6 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 2.2-6 (27 Jan2015)5 == Latest stable release 3.3-0 (29 Apr 2015) 6 6 7 [https://github.com/SantanderMetGroup/ecomsUDG.Raccess/releases/tag/v 2.2-6See what's new]7 [https://github.com/SantanderMetGroup/ecomsUDG.Raccess/releases/tag/v3.3-0 See what's new] 8 8 9 9 [https://meteo.unican.es/trac/raw-attachment/wiki/EcomsUdg/DataPortal_Tutorial_v2.pdf User's Manual] 10 11 10 12 11 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: … … 17 16 }}} 18 17 19 Then, the `ecomsUDG.Raccess` package and associated dependencies are installed by byentering (it is important to preserve the ordering of the arguments):18 Then, the `ecomsUDG.Raccess` package and associated dependencies are installed by entering (it is important to preserve the ordering of the arguments): 20 19 21 20 {{{ 22 21 #!text/R 23 devtools::install_github(c("SantanderMetGroup/downscaleR.java @stable",22 devtools::install_github(c("SantanderMetGroup/downscaleR.java", 24 23 "SantanderMetGroup/downscaleR@stable", 25 "SantanderMetGroup/ecomsUDG.Raccess @stable"))24 "SantanderMetGroup/ecomsUDG.Raccess")) 26 25 27 26 }}} … … 32 31 33 32 == Older versions 33 34 * '''version 2.2-6''' (27 Jan 2015) 35 * Bug fix in the retrieval of forecast dates beyond the last year of the runtime axis (Reported by Wietse Franssen) 36 * Enhancement in System4 deaccumulation of precipitation for lead month 0 queries. First day preserved for consistency with non-deaccumulated variables (Suggested by Kathryn Nicklin). 37 * Documentation update 38 * Other minor bug fixes and enhancements 39 34 40 35 41 * '''version 2.2-5''' (06 Sep 2014)