Skip to content

Commit

Permalink
preparing CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed May 30, 2022
1 parent f0bd55c commit 2af5e70
Show file tree
Hide file tree
Showing 3 changed files with 32 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.5.33
Version: 1.6.0
Date: 2022-05-30
Depends: R(>= 2.10)
Imports: berryFunctions (>= 1.21.11), pbapply
Expand Down
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
-----------------------------
-----------------------------

Version 1.6.0 (2022-05-30)

new functions

- `plotDWD`
- `locdir` (will replace fixed "DWDdata" folder in `dataDWD`)
- `readDWD.deriv`
- `readDWD.rklim`
- `readDWD.pdf`
- `validFileTypes` (charstring vector)

improvements

- `selectDWD`: is completely rewritten and now vectorizes expandingly
- reading functions: use latin1 encoding
- `dataDWD`: new argument *method*, new default for *overwrite*
- several improvements for input checks, messages, tests and documentation
- `metaInfo`: accepts custom index
- `readDWD.radar`: new argument *dividebyten*
- `readDWD.grib2`: new argument *pack*
- website: new use case daily radar files


-----------------------------
-----------------------------

Version 1.5.0 (2021-04-08)

API changes:
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
On some test platforms I see installed size is 5.4 Mb.
This stems from the DWD (german weather service) expanding the available datasets yet again.
The issue is known but could not be resolved in this CRAN release.
https://github.com/brry/rdwd/issues/35
I hope to find a solution by the next release and would greatly appreciate if you could accept it this time.

0 comments on commit 2af5e70

Please sign in to comment.