pull/17/head v0.3.1
Norwin 7 years ago
parent fa22acb40e
commit dcc5498267
Signed by: norwin
GPG Key ID: 24BC059DE24C43A3

@ -1,4 +1,9 @@
# opensensmapr changelog # 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 ### 2017-09-04: v0.3.0
- add utility functions: `filter`, `mutate`, `[`, `st_as_sf` for classes `sensebox` and `osem_measurements` - add utility functions: `filter`, `mutate`, `[`, `st_as_sf` for classes `sensebox` and `osem_measurements`

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

Loading…
Cancel
Save