From d2d0cda747c0b5857daffc124bfbd3f142d5e21a Mon Sep 17 00:00:00 2001 From: Jonathan Callahan Date: Tue, 8 May 2018 11:21:41 -0700 Subject: [PATCH] tweaks for CRAN --- DESCRIPTION | 2 +- man/loadLatest.Rd | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 46d76f46..0b1fe598 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -61,7 +61,7 @@ Description: Utilities for working with air quality monitoring data Additional sources of PM2.5 data made accessible by the package include: 'AIRSIS' (password protected) and 'WRCC' . - Pre-generated data compilations are provided by 'PWFSL' + Pregenerated data compilations are provided by 'PWFSL' . License: GPL-3 VignetteBuilder: knitr diff --git a/man/loadLatest.Rd b/man/loadLatest.Rd index a3b6cd5f..8f4a77af 100644 --- a/man/loadLatest.Rd +++ b/man/loadLatest.Rd @@ -24,8 +24,10 @@ Avaialble RData and associated log files can be seen at: \href{https://haze.airfire.org/monitoring/latest/RData/}{https://haze.airfire.org/monitoring/latest/RData/} } \examples{ +\dontrun{ ca <- loadLatest() \%>\% monitor_subset(stateCodes='CA') } +} \seealso{ \code{\link{airsis_loadDaily}} }