diff --git a/DESCRIPTION b/DESCRIPTION index 71ad909..3c5e6d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ 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 @@ -9,7 +9,7 @@ Author: Berry Boessenkool Maintainer: Berry Boessenkool Description: Handle climate data from the 'DWD' ('Deutscher Wetterdienst', see 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 diff --git a/NEWS b/NEWS index 08d358a..25a1c81 100644 --- a/NEWS +++ b/NEWS @@ -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} diff --git a/R/meta.R b/R/meta.R index 225c9ae..5ad7a5d 100644 --- a/R/meta.R +++ b/R/meta.R @@ -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 @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 45c7167..607a5b7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1 @@ -Quantile is not misspelled. +This update came soon, future updates are expected to be more spaced apart. diff --git a/man/geoIndex.Rd b/man/geoIndex.Rd index 5fc344f..1b5e10a 100644 --- a/man/geoIndex.Rd +++ b/man/geoIndex.Rd @@ -31,7 +31,8 @@ head(geoIndex) } \seealso{ -\code{\link{metaIndex}}, \code{\link{createIndex}} +\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 diff --git a/man/metaInfo.Rd b/man/metaInfo.Rd index c52176f..7b441fd 100644 --- a/man/metaInfo.Rd +++ b/man/metaInfo.Rd @@ -22,7 +22,7 @@ metaInfo(2849) } \seealso{ -\code{\link{metaIndex}}, \code{\link{mapDWD}} +\code{\link{metaIndex}}, \code{\link{geoIndex}} } \author{ Berry Boessenkool, \email{berry-b@gmx.de}, Nov 2016