mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 14:53:57 +01:00
v0.3.2
This commit is contained in:
parent
07ab9b3096
commit
b9ff952489
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
# opensensmapr changelog
|
||||
This project does its best to adhere to semantic versioning.
|
||||
|
||||
### 2018-01-13: v0.3.2
|
||||
- hide download progress in non interactive sessions (#11)
|
||||
- fix `print.osem_measurements()`
|
||||
- fix `summary.sensebox()` `last_measurement_within`
|
||||
- expose `mar` for plot functions (#12)
|
||||
- remove deprecated NSE functions from dplyr
|
||||
- package & documentation improvements
|
||||
|
||||
### 2017-11-29: v0.3.1
|
||||
- compatibility with latest API format (#4)
|
||||
- add package documentation under `?opensensmapr` (#5)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package: opensensmapr
|
||||
Type: Package
|
||||
Title: Work with Sensor Data from opensensemap.org in R
|
||||
Version: 0.3.1
|
||||
Version: 0.3.2
|
||||
URL: http://github.com/noerw/opensensmapR
|
||||
BugReports: http://github.com/noerw/opensensmapR/issues
|
||||
Imports:
|
||||
|
|
Loading…
Add table
Reference in a new issue