1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-22 06:23:57 +01:00
This commit is contained in:
Norwin 2017-11-30 01:07:27 +01:00
parent fa22acb40e
commit dcc5498267
Signed by: norwin
GPG key ID: 24BC059DE24C43A3
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
# opensensmapr changelog
This project does its best to adhere to semantic versioning.
### 2017-11-29: v0.3.1
- compatibility with latest API format (#4)
- add package documentation under `?opensensmapr` (#5)
### 2017-09-04: v0.3.0
- add utility functions: `filter`, `mutate`, `[`, `st_as_sf` for classes `sensebox` and `osem_measurements`

View file

@ -1,7 +1,7 @@
Package: opensensmapr
Type: Package
Title: Work with Sensor Data from opensensemap.org in R
Version: 0.3.0
Version: 0.3.1
URL: http://github.com/noerw/opensensmapR
BugReports: http://github.com/noerw/opensensmapR/issues
Imports:
@ -14,7 +14,7 @@ Suggests:
knitr,
rmarkdown
Author: Norwin Roosen
Maintainer: Norwin Roosen <noerw@gmx.de>
Maintainer: Norwin Roosen <maintenance@nroo.de>
Description: This package ingests data (measurements, sensorstations) from the
API of opensensemap.org for analysis in R.
The package aims to be compatible with sf and the tidyverse.