ropensci-archive / bomrang

:warning: ARCHIVED :warning: Australian government Bureau of Meteorology (BOM) data client for R
Other
109 stars 26 forks source link

Incorrect vignette reference? #108

Closed KyleHaynes closed 4 years ago

KyleHaynes commented 4 years ago

In the R/get_current_weather.R It references the following vignette, though it doesn't exist?

#' For more details see the vignette "Current Weather Fields":\cr
#' \code{vignette("Current Weather Fields", package = "bomrang")}\cr
#' for a complete list of fields and units.

Should it be updated to be something like?

#' For more information on the output see Appendix 1 in the \pkg{bomrang} vignette, use \cr
#' \code{vignette("bomrang", package = "bomrang")} to view.
adamhsparks commented 4 years ago

Thanks. I've corrected it in the devel branch vignette. Planning a release early in the week, it will be included in that.