Skip to content

Commit

Permalink
next cran release prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Feb 3, 2017
1 parent 54bba63 commit ac82510
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: rdwd
Title: Select and Download Climate Data from 'DWD' (German Weather Service)
Version: 0.6.7
Date: 2017-02-02
Version: 0.7.0
Date: 2017-02-03
Depends: R(>= 2.10)
Imports: berryFunctions (>= 1.14.0)
Suggests: RCurl, pbapply, OSMscale (>= 0.4.4), leaflet, knitr, rmarkdown, testthat
Author: Berry Boessenkool
Maintainer: Berry Boessenkool <[email protected]>
Description: Handle climate data from the 'DWD' ('Deutscher Wetterdienst', see
<https://www.dwd.de/EN/climate_environment/cdc/cdc.html> for more information).
Choose files with 'selectDWD()', download and process datasets with 'dataDWD()' and 'readDWD()'.
Choose files with 'selectDWD()', download and process data sets with 'dataDWD()' and 'readDWD()'.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/brry/rdwd
Expand Down
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ Any feedback is welcome, per email or on github.com/brry/rdwd
---------------------------------------


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

Version 0.7.0 (2017-02-03)
- interactive map now colored by availability of recent file
- stations with slightly varying coordinates (<900 m apart) aggregated in geoIndex
- documentation corrections, improved messages in fileDWD and dirDWD
- map vignette expanded, package vignette abbreviated slightly
- metaInfo printout greatly improved
- duplicate index entries removed
New function: rowDisplay
New object: geoIndexAll
Removed object: mapDWD (to reduce package size)


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


Version 0.6.1 (2017-01-24)
Initial release of the package, development can be seen at
https://github.com/brry/rdwd/compare/master@{2016-10-19}...master@{2017-01-24}
Expand Down
5 changes: 3 additions & 2 deletions R/meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ data(metaIndex, envir=environment())
#'
#' @return invisible data.frame. Also \code{\link{print}s} the output nicely formatted.
#' @author Berry Boessenkool, \email{berry-b@@gmx.de}, Nov 2016
#' @seealso \code{\link{metaIndex}}, \code{\link{mapDWD}}
#' @seealso \code{\link{metaIndex}}, \code{\link{geoIndex}}
#' @keywords datasets
#' @importFrom berryFunctions sortDF
#' @export
Expand Down Expand Up @@ -162,7 +162,8 @@ return(invisible(out))
#' \code{lat}, \code{long}, \code{ele}
#' \code{all_elev}, \code{nfiles_coord}, \code{nfiles_id}
#' @source Deutscher WetterDienst / Climata Data Center FTP Server
#' @seealso \code{\link{metaIndex}}, \code{\link{createIndex}}
#' @seealso \code{\link{metaIndex}}, \code{\link{createIndex}},
#' \code{vignette("mapDWD")}, \url{../doc/mapDWD.html}
#' @author Berry Boessenkool, \email{berry-b@@gmx.de}, June-Nov 2016 + Feb 2017
#' @keywords datasets
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Quantile is not misspelled.
This update came soon, future updates are expected to be more spaced apart.
3 changes: 2 additions & 1 deletion man/geoIndex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/metaInfo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac82510

Please sign in to comment.