Skip to content

Commit

Permalink
Preparing CRAN release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Nov 3, 2017
1 parent 1e09710 commit 55fb501
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rdwd
Title: Select and Download Climate Data from 'DWD' (German Weather Service)
Version: 0.8.6
Date: 2017-11-02
Version: 0.9.0
Date: 2017-11-03
Depends: R(>= 2.10)
Imports: berryFunctions (>= 1.15.30), pbapply
Suggests: RCurl, leaflet, knitr, rmarkdown, testthat, data.table
Expand Down
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@ rdwd ToDo-list / wishlist / issues
- selectDWD: if res/var/per is NA or "", give a selection popup
- for per="monthly", make readDWD recognize MESS_DATUM_ENDE and _BEGINN, potentially create new column MESS_DATUM yyyy-mm-15
- readDWD: figure out reason for fread trouble (reported in emails by some users)
- add list of colum name explanations
- allow abbreviations of res hourly/daily/monthly

---------------------------------------
rdwd: DWD Climate Data access package by Berry Boessenkool, [email protected]
Any feedback is welcome, per email or on github.com/brry/rdwd
---------------------------------------


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

Version 0.9.0 (2017-11-03)
- readDWD: readDWD.data and readDWD.meta are now separate (non-exported) functions
- readDWD: fread default is now FALSE
- dataDWD: fread and overwrite arguments added
- references dutch meteo package and useR!2017 rdwd presentation
- importFrom entries completed
- DESCRIPTION: BugReports entry added


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

Expand Down

0 comments on commit 55fb501

Please sign in to comment.