mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 06:23:57 +01:00
bump version to 0.2.0
This commit is contained in:
parent
6d261c5fce
commit
3ed57a4c49
2 changed files with 12 additions and 1 deletions
11
CHANGES.md
Normal file
11
CHANGES.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# opensensmapr changelog
|
||||
|
||||
### 2017-08-23: v0.2.0
|
||||
- add auto paging for `osem_measurements()`, allowing data retrieval for arbitrary time intervals (#2)
|
||||
- improve plots for `osem_measurements` & `sensebox` (#1)
|
||||
- add `sensorId` & `unit` colummn to `get_measurements()` output by default
|
||||
- show download progress info, hide readr output
|
||||
- shorten vignette `osem-intro`
|
||||
|
||||
#### breaking changes
|
||||
- return all string columns of `get_measurements()` as factors
|
|
@ -1,7 +1,7 @@
|
|||
Package: opensensmapr
|
||||
Type: Package
|
||||
Title: Work with Sensor Data from opensensemap.org in R
|
||||
Version: 0.1.0
|
||||
Version: 0.2.0
|
||||
URL: http://github.com/noerw/opensensmapR
|
||||
BugReports: http://github.com/noerw/opensensmapR/issues
|
||||
Imports:
|
||||
|
|
Loading…
Add table
Reference in a new issue