diff --git a/NEWS.md b/NEWS.md index 3bf9c294..b3a3ace4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # PWFSLSmoke 1.2.2 - * CRAN submission fix + * CRAN submission fixes # PWFSLSmoke 1.2.1 diff --git a/docs/articles/PWFSLSmoke.html b/docs/articles/PWFSLSmoke.html index fd2f8461..f7fb349d 100644 --- a/docs/articles/PWFSLSmoke.html +++ b/docs/articles/PWFSLSmoke.html @@ -214,8 +214,8 @@

monitor_subset(tlim = c(20181108,20181123))

We can display these monitors (colored by maximum PM2.5 value) in an interactive map, zoom in and click on the monitor in downtown Sacramento to get it’s monitorID:

monitor_leaflet(camp_fire)
-
-

We can use this monitorID to create a ws_monitor object for this single monitor and take a look at a timeseries plot:

+
+

We can use this monitorID to create a ws_monitor object for this single monitor and take a look at a timeseries plot:

Sacramento <-
   camp_fire %>%
   monitor_subset(monitorIDs = '060670010_01')
@@ -241,8 +241,8 @@ 

) monitor_leaflet(Sacramento_area)

-
-

We can display the hourly data for all the monitors and add day/night shading:

+
+

We can display the hourly data for all the monitors and add day/night shading:

monitor_timeseriesPlot(Sacramento_area, 
                        style='gnats',
                        shadedNight = TRUE)
diff --git a/docs/articles/articles/esriMap_files/figure-html/makeMap-1.png b/docs/articles/articles/esriMap_files/figure-html/makeMap-1.png index c9413d88..f13abbe3 100644 Binary files a/docs/articles/articles/esriMap_files/figure-html/makeMap-1.png and b/docs/articles/articles/esriMap_files/figure-html/makeMap-1.png differ diff --git a/docs/news/index.html b/docs/news/index.html index ca676498..07aebdf9 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -139,7 +139,7 @@

PWFSLSmoke 1.2.2 Unreleased

diff --git a/docs/reference/generic_parseData.html b/docs/reference/generic_parseData.html index 7d2afeb9..c5a7de08 100644 --- a/docs/reference/generic_parseData.html +++ b/docs/reference/generic_parseData.html @@ -201,13 +201,13 @@

Examp ) configList <- jsonlite::fromJSON(configPath) -fileString <- generic_downloadData(filePath)

#> INFO [2019-04-03 16:19:56] Reading file from location: +fileString <- generic_downloadData(filePath)
#> INFO [2019-04-03 16:46:06] Reading file from location: #> /Users/jonathan/Projects/PWFSL/2019/PWFSLSmoke/inst/extdata/generic_data_example.csv -#> INFO [2019-04-03 16:19:56] Reading file from location: +#> INFO [2019-04-03 16:46:06] Reading file from location: #> /Users/jonathan/Projects/PWFSL/2019/PWFSLSmoke/inst/extdata/generic_data_example.csv -#> INFO [2019-04-03 16:19:56] Reading file from location: +#> INFO [2019-04-03 16:46:06] Reading file from location: #> /Users/jonathan/Projects/PWFSL/2019/PWFSLSmoke/inst/extdata/generic_data_example.csv -#> INFO [2019-04-03 16:19:56] Reading file from location: +#> INFO [2019-04-03 16:46:06] Reading file from location: #> /Users/jonathan/Projects/PWFSL/2019/PWFSLSmoke/inst/extdata/generic_data_example.csv
parsedData <- generic_parseData(fileString, configList)