Skip to content

Commit

Permalink
preparing cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Mar 17, 2019
1 parent 540d75d commit 6cd9330
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
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: 0.11.19
Version: 1.0.0
Date: 2019-03-17
Depends: R(>= 2.10)
SystemRequirements: Pandoc (>= 1.12.3), pandoc-citeproc
Expand Down
23 changes: 22 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
rdwd ToDo-list / wishlist / issues
- dataDWD: potentially use curl to download data without sleep need
- readDWD: figure out reason for fread trouble (reported in emails by some users)
- allow abbreviations of res hourly/daily/monthly


---------------------------------------
Expand All @@ -13,6 +12,28 @@ Any feedback is welcome, per email or on github.com/brry/rdwd

rdwd Version history

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

Version 1.0.0 (2019-03-17)
First major version increase!
Tests are now systematic and comprehensive (albeit run locally and manually to reduce CRAN load and enable local file writing).
selectDWD got a very noticable performance boost and an interactive res/var/per selection.
Handling raster files is now supported in rdwd.
Examples and vignettes have been refined.
Detailed changes can be found on https://github.com/brry/rdwd/commits, here's the main overview:

- dataDWD: dots now passed to readDWD, download errors checked and returned as informative warning
- readDWD: reading functions added for binary, raster and multi_annual files, MESS_DATUM POSIXct column added in monthly data, list output now named
- indexFTP: now removes duplicates from file list, sped up in default 1min/prec usage
- rdwd now works fine with multi_annual and subdaily data
- readVars: parameter abbreviations completed, output now visible
- selectDWD: order of arguments changed, interactive res/var/per selection enabled, computing speed extremely increased
- localtests.R heavily expanded, examples reduced and refined
- indexes + vignettes updated, use cases expanded with nearbyStations example
New functions and objects: readMeta, dwdbase (central package base url)


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

Expand Down

0 comments on commit 6cd9330

Please sign in to comment.