Skip to content

Commit

Permalink
CRAN release prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Apr 8, 2021
1 parent 2447180 commit 19eb8db
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rdwd
Title: Select and Download Climate Data from 'DWD' (German Weather Service)
Version: 1.4.18
Version: 1.5.0
Date: 2021-04-08
Depends: R(>= 2.10)
Imports: berryFunctions (>= 1.18.19), pbapply
Expand Down
37 changes: 37 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
-----------------------------
-----------------------------

Version 1.5.0 (2021-04-08)

API changes:

- readVars: new argument 'quiet' (for updateIndexes)
- readDWD.grib2: initial release
- projectRasterDWD: new argument adjust05
- dataDWD: new default: dbin=TRUE

enhancements / bug fixes:

- readDWD.data: fread checks for system command unzip, prints final value in message
- dataDWD: unfound URL messages also link to website fileIndex in German locale
- updateRdwd: version and date comparison improved, print local version if newer than on github
- createIndex: improved recognition of "Beschreibung_Stationen" meta files
- dwdparams + updateIndexes: missing/duplicate Kurz entry messages improved
- readDWD: subfunction names in elegant message outside the loop to avoid interrupted progbars.
- indexFTP + dirDWD: trailing slashes removed with regexp
- fileType: more informative message for failed type determination
- DEU: now derived from NUTS regions and with new CRS (along with EUR)
- runLocalTests: improved logfiles, false positive messages removed

website changes:

- package structure moved to first chapter
- fread instructions expanded
- FTP Folder list expanded
- more messages / warnings suppressed that are irrelevant to readers
- linked to in seeAlso sections of suitable function documentations
- Website: redirected man pages are now correctly linked to (e.g. fileIndex -> index)
- Documentation and dataset links are now opened in a new window
- new use case: values at locations in grid
- FTP address updated everywhere


-----------------------------
-----------------------------
Expand Down

0 comments on commit 19eb8db

Please sign in to comment.