mirror of
https://github.com/sensebox/opensensmapr
synced 2025-04-25 22:01:15 +02:00
v0.3.0
This commit is contained in:
parent
8b4ec6295d
commit
27026772dc
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# opensensmapr changelog
|
# opensensmapr changelog
|
||||||
|
|
||||||
|
### 2017-09-04: v0.3.0
|
||||||
|
- add utility functions: `filter`, `mutate`, `[`, `st_as_sf` for classes `sensebox` and `osem_measurements`
|
||||||
|
- add `osem_as_sensebox` and `osem_as_measurement` constructors
|
||||||
|
|
||||||
|
#### breaking changes
|
||||||
|
- `osem_as_sf` has moved to `st_as_sf.sensebox` and `st_as_sf.osem_measurements`
|
||||||
|
|
||||||
### 2017-08-24: v0.2.1
|
### 2017-08-24: v0.2.1
|
||||||
- add labels to `osem_measurements` plots
|
- add labels to `osem_measurements` plots
|
||||||
- add last active counts to `tools/monitor`
|
- add last active counts to `tools/monitor`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: opensensmapr
|
Package: opensensmapr
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Work with Sensor Data from opensensemap.org in R
|
Title: Work with Sensor Data from opensensemap.org in R
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
URL: http://github.com/noerw/opensensmapR
|
URL: http://github.com/noerw/opensensmapR
|
||||||
BugReports: http://github.com/noerw/opensensmapR/issues
|
BugReports: http://github.com/noerw/opensensmapR/issues
|
||||||
Imports:
|
Imports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue