-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Suggests: | |
ecomsUDG.Raccess | ||
Type: Package | ||
Title: R package for climate data analysis and statistical downscaling | ||
Version: 0.4-0 | ||
Version: 0.4-1 | ||
Date: 06-Sep-2014 | ||
Authors@R: as.person(c( | ||
"Joaquin Bedia <[email protected]> [aut, cre]", | ||
|
@@ -25,7 +25,6 @@ Authors@R: as.person(c( | |
"Max Tuni <[email protected]> [ctb]", | ||
"Antonio Cofino <[email protected]> [ctb]", | ||
"Santander Meteorology Group <http://meteo.unican.es> [cph]")) | ||
Maintainer: Joaquin Bedia <[email protected]> | ||
BugReports: https://github.com/SantanderMetGroup/downscaleR/issues | ||
URL: https://github.com/SantanderMetGroup/downscaleR/wiki | ||
Description: Load climate and weather data into R and performs climate data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
downscaleR 0.4-0 | ||
downscaleR 0.4-1 | ||
================ | ||
|
||
* Implementation of analog method for perfect prog statistical | ||
downscaling: function `analogs` | ||
|
||
* Forecast validation visualization tool: function `tercileValidation` | ||
|
||
* Quick summary of available stations in station datasets using `stationInfo` | ||
|
||
* New example datasets (reanalysis and seasonal forecast) | ||
|
||
* Other minor bug fixes and enhancements | ||
* New and improved function examples |