Skip to content

Commit

Permalink
CRAN release prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Jul 31, 2020
1 parent baf0fe5 commit 90d197d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 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: 1.3.35
Date: 2020-07-29
Version: 1.4.0
Date: 2020-07-31
Depends: R(>= 2.10)
Imports: berryFunctions (>= 1.18.19), pbapply
Suggests: RCurl, leaflet, knitr, rmarkdown, testthat, roxygen2, devtools, remotes,
Expand Down
30 changes: 16 additions & 14 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,40 @@

Version 1.4.0 (2020-07-31)

API changes:
- createIndex: gains argument checklog
- readDWD: now has argument type (determined by new function fileType) to replace the ever growing list of types
API changes:

- dataDWD: argument 'file' renamed to 'url' to avoid confusion with local file names
- readDWD: 'fread' default set to NA. This is an experiment, see issue #22
- readDWD: now has argument type (determined by new function fileType) to replace the ever growing list of types
- dataDWD, readDWD, selectDWD: order of arguments changed to reflect importance
- plotRadar: gains arguments axes, las, zlim, col, mar, keeppar. main now defaults to (and correctly keeps) x@title.
- selectDWD: gains argument remove_dupli to ignore DWD file upload errors
- readDWD.*: All subfunctions message their identity and have a 'quiet' argument
- new function: rdwdquiet()
- plotRadar: gains arguments axes, las, zlim, col, mar, keeppar. main now defaults to (and correctly keeps) x@title.
- readDWD.meta: station and bundesland names are now char instead of factor (since R 4.0.0)
- indexFTP: new argument 'fast' to read file tree with data.table
- readDWD: fread default set to NA. This is an experiment, see issue #22
- createIndex: gains argument checklog
- runLocalTests: new arguments for devtools::check and checkIndex
- selectDWD: gains argument remove_dupli to ignore DWD file upload errors
- readVars: params now an explicit argument (defaults to dwdparams)

enhancements / bug fixes:
enhancements / bug fixes:

- EUR: extends further east for plots with large width compared to height
- updateRdwd: unloads package before installation and informs about the need to re-load
- checkIndex: new check for duplicate meta files, writes to logfile (append, no overwrite), nicer path print, logs modification time of index files
- lldist: fix error that occurred when a df with a single row was given
- runLocalTests: example test logs much less verbose (easier to find actual warnings), checkIndex results written to warning logfile
- runLocalTests: warning logfile cleared before writing, checkIndex results included, false positives removed, on github
- source code function argument sections all have line breaks (except readDWD.*)
- metaInfo: from/to columns date conversion corrected
- documentation source code now is written in markdown, source files have been reorganized
- cross-references in documentation improved
- EUR: extends further east for plots with large width compared to height
- metaInfo: from/to columns date conversion corrected
- indexFTP + dataDWD: up to date and centralized sleep information
- updateRdwd: unloads package before installation and informs about the need to re-load
- dataDWD: Download failure message improved, refer to fileIndex section on homepage if applicable.
- readDWD.nc: ncdf warning suppressed
- documentation source code now is written in markdown, source files have been reorganized
- selectDWD: combines all warnings within the loop to a single message
- runLocalTests: warning logfile cleared before writing, false positives removed, on github

website changes:
website changes:

- improved (and stand-alone) fileIndex section
- plotRadar used for nice maps
- huxtable fixed
Expand Down

0 comments on commit 90d197d

Please sign in to comment.