mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 23:23:57 +01:00
v0.5.0
This commit is contained in:
parent
32d0cceb28
commit
e37f572a94
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
# opensensmapr changelog
|
# opensensmapr changelog
|
||||||
This project does its best to adhere to semantic versioning.
|
This project does its best to adhere to semantic versioning.
|
||||||
|
|
||||||
|
### 2018-10-20: v0.5.0
|
||||||
|
- fix dynamic method export
|
||||||
|
- add `osem_measurements_archive()` to fetch measurements from the archive (#23)
|
||||||
|
- add `box$sensors` containing a data.frame with sensor metadata
|
||||||
|
- add sensor-IDs to `box$phenomena`
|
||||||
|
|
||||||
### 2018-09-21: v0.4.3
|
### 2018-09-21: v0.4.3
|
||||||
- dynamically export S3 methods of forgeign generics
|
- dynamically export S3 methods of forgeign generics
|
||||||
for compatibility with upcoming R 3.6.0
|
for compatibility with upcoming R 3.6.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Package: opensensmapr
|
Package: opensensmapr
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Client for the Data API of openSenseMap.org
|
Title: Client for the Data API of openSenseMap.org
|
||||||
Version: 0.4.3
|
Version: 0.5.0
|
||||||
URL: http://github.com/sensebox/opensensmapR
|
URL: http://github.com/sensebox/opensensmapR
|
||||||
BugReports: http://github.com/sensebox/opensensmapR/issues
|
BugReports: http://github.com/sensebox/opensensmapR/issues
|
||||||
Imports:
|
Imports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue