v1.0.10
jonathancallahan
released this
17 Jan 20:56
·
540 commits
to master
since this release
PWFSLSmoke 1.0.10
- tweaks for CRAN submission
PWFSLSmoke 1.0.9
- tweaks for CRAN submission
- removed dependency on xml2 and rvest packages
PWFSLSmoke 1.0.8
- removed dependency on RCurl package
- internal
WRCC
object with unitIDs is now a list of lists - more consistent error handling and logging during WRCC data processing
- updated
airnow_loadLatest()
function to access real-time, last 10 day files - new
airnow_loadDaily()
function to access daily-updated, last 45 day files - new
wrcc_load()
function to access pre-generated annual .RData files - updated
wrcc_loadLatest()
function to access real-time, last 10 day files - new
wrcc_loadDaily()
function to access daily-updated, last 45 day files
PWFSLSmoke 1.0.7
- more consistent error handling and logging during AIRSIS data processing
- new
airsis_load()
function to access pre-generated annual .RData files
PWFSLSmoke 1.0.6
- consistent use of log levels during AirNow data processing
- updated
airnow_load()
function to access pre-generated monthly .RData files - properly closing connections in
epa_load()
andairnow_load()
PWFSLSmoke 1.0.5
- tweak to
localExecutables/epa_createAnnualDataframes_exec.R
- removed
logger
statements frommonitor_combine()
andmonitor_join()
- fixed bug in
monitor_join()
when averaging overlapping measurements
PWFSLSmoke 1.0.4
- fixed vignette typos
- new
epa_load()
function accesses pre-generated annual .RData files - fixed bug in
monitorPlot_timeseries()
when usingstyle="aqidots"
PWFSLSmoke 1.0.3
- tweaks for CRAN submission
- fixed bug in
monitor_subsetBy()
when filtering on metadata columns withNAs
present