diff --git a/DESCRIPTION b/DESCRIPTION index 974a90b..86d5e0a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rdwd Title: Select and Download Climate Data from 'DWD' (German Weather Service) -Version: 1.7.0 -Date: 2023-04-14 +Version: 1.7.1 +Date: 2023-04-15 Depends: R(>= 2.10) Imports: berryFunctions (>= 1.21.11), pbapply Suggests: RCurl, leaflet, knitr, rmarkdown, testthat, roxygen2, devtools, remotes, diff --git a/R/readDWD.R b/R/readDWD.R index 930ee3c..f32adf9 100644 --- a/R/readDWD.R +++ b/R/readDWD.R @@ -254,7 +254,7 @@ return(output) #' If set, `readDWD` returns a data.frame instead of a list. #' If multiple historical files are present, #' the longest date range (per file name) is used. -#' This is not actually used in `readDWD.data`, but in [readDWD]().\cr +#' This is not actually used in `readDWD.data`, but in [readDWD()].\cr #' 0 (default): ignore this argument\cr #' 1: sort by hr (if given) + merge\cr #' 2: also remove duplicated dates from recent\cr diff --git a/man/readDWD.data.Rd b/man/readDWD.data.Rd index 84f249e..0e17893 100644 --- a/man/readDWD.data.Rd +++ b/man/readDWD.data.Rd @@ -47,7 +47,7 @@ Coordinated). DEFAULT: "GMT"} If set, \code{readDWD} returns a data.frame instead of a list. If multiple historical files are present, the longest date range (per file name) is used. -This is not actually used in \code{readDWD.data}, but in \url{readDWD}.\cr +This is not actually used in \code{readDWD.data}, but in \code{\link[=readDWD]{readDWD()}}.\cr 0 (default): ignore this argument\cr 1: sort by hr (if given) + merge\cr 2: also remove duplicated dates from recent\cr