Skip to content

Commit

Permalink
tweaks for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancallahan committed May 8, 2018
1 parent 2730fe7 commit d7e1e94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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="[email protected]", role=c("aut","cre")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions R/loadLatest.R
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

0 comments on commit d7e1e94

Please sign in to comment.