mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 23:23:57 +01:00
v0.4.1
This commit is contained in:
parent
f7cbb1bc26
commit
4dac0a4c04
3 changed files with 7 additions and 1 deletions
|
@ -7,3 +7,4 @@
|
|||
^CONDUCT\.md$
|
||||
^codecov\.yml$
|
||||
^\.lintr$
|
||||
^opensensmapr_.*\.tar\.gz$
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# opensensmapr changelog
|
||||
This project does its best to adhere to semantic versioning.
|
||||
|
||||
### 2018-06-07: v0.4.1
|
||||
- fix `osem_as_measurements()` returning wrong classes
|
||||
- improve vignettes
|
||||
- be on CRAN eventually.. hopefully??
|
||||
|
||||
### 2018-05-25: v0.4.0
|
||||
- add caching feature for requests; see vignette osem-serialization
|
||||
- add vignette osem-serialization
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package: opensensmapr
|
||||
Type: Package
|
||||
Title: Client for the Data API of openSenseMap.org
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
URL: http://github.com/noerw/opensensmapR
|
||||
BugReports: http://github.com/noerw/opensensmapR/issues
|
||||
Imports:
|
||||
|
|
Loading…
Add table
Reference in a new issue