Skip to content

Commit

Permalink
latest changes listed in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Jul 31, 2020
1 parent 75fe142 commit baf0fe5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
-----------------------------
-----------------------------

Version 1.4.0 (2020-tbd)

status: 2020-07-06
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
- dataDWD: argument 'file' renamed to 'url' to avoid confusion with local file names
- dataDWD, readDWD, selectDWD: order of arguments changed to reflect importance
- 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
- 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:
- checkIndex: new check for duplicate meta files, writes to logfile (append, no overwrite), nicer path print, logs modification time of index files
Expand All @@ -26,12 +31,17 @@ enhancements / bug fixes:
- 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:
- improved (and stand-alone) fileIndex section
- plotRadar used for nice maps
- huxtable fixed
- use global quiet option instead of explicit `quiet=TRUE` all the time
- history section added
- package schematic revamped completely


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

0 comments on commit baf0fe5

Please sign in to comment.