Skip to content

Commit

Permalink
added sensor_calendarPlot()
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancallahan committed Sep 27, 2020
1 parent b0c6e3c commit 6da7e1c
Show file tree
Hide file tree
Showing 162 changed files with 1,044 additions and 377 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: AirSensor
Version: 0.9.18
Version: 0.9.19
Title: Process and Display Data from Air Quality Sensors
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export(pwfsl_loadLatest)
export(removeArchiveBaseDir)
export(removeArchiveBaseUrl)
export(scatterPlot)
export(sensor_calendarPlot)
export(sensor_extractData)
export(sensor_extractMeta)
export(sensor_filter)
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# AirSensor 0.9.19

* Added `sensor_calendarPlot()`.

# AirSensor 0.9.18

* Fix in `pat_join()` to handle older 'pat' objects with integer `deviceID`.
Expand Down Expand Up @@ -74,7 +78,7 @@ boundaries.

* Added `sensor_join()` function to "join" _airsensor_ objects from different
months.
* Updated `pat_distinct()` to remove duplicated timestamps and guarantee proper
* Updated `pat_distinct()` to remove duplicated time stamps and guarantee proper
ordering by `datetime`.
* Added warning for duplicated timesteps to `pat_isPat()` and `sensor_isSensor()`.

Expand Down Expand Up @@ -116,7 +120,7 @@ Changes requested by CRAN maintainers:

# AirSensor 0.9.1

* Removed `sensor_videoFrame()`. This function is not general and has beem moved
* Removed `sensor_videoFrame()`. This function is not general and has been moved
to the *AQ-SPEC-sensor-data-ingest-v1* private repository.
* New R Markdown document for comparing QC algorithms: `local_Rmd/PurpleAirQC_Comparison.Rmd`.
* Now using `PurpleAirQC_hourly_AB_01()` as the default QC algorithm throughout
Expand Down
Loading

0 comments on commit 6da7e1c

Please sign in to comment.