diff --git a/DESCRIPTION b/DESCRIPTION index a800944c..46d76f46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Type: Package Package: PWFSLSmoke -Version: 1.0.19 +Version: 1.0.20 Title: Utilities for Working with Air Quality Monitoring Data Authors@R: c( person("Jonathan", "Callahan", email="jonathan.s.callahan@gmail.com", role=c("aut","cre")), diff --git a/NEWS.md b/NEWS.md index cc7f7399..9ddff15e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,6 +9,10 @@ from the US EPA, AirNow, AIRSIS, WRCC and others. ## Version 1.0 -- Monitoring Data Access +### PWFSLSmoke 1.0.20 + + * tweaks for CRAN submission + ### PWFSLSmoke 1.0.19 * fixed bug in `esriMap_getMap()` when `width != height` diff --git a/R/loadLatest.R b/R/loadLatest.R index f046cbed..2c4bad25 100644 --- a/R/loadLatest.R +++ b/R/loadLatest.R @@ -18,7 +18,9 @@ #' @seealso \code{\link{airsis_loadDaily}} #' @return A \emph{ws_monitor} object with PM2.5 monitoring data. #' @examples +#' \dontrun{ #' ca <- loadLatest() %>% monitor_subset(stateCodes='CA') +#' } loadLatest <- function() {