2017-08-13 16:10:01 +02:00
|
|
|
Package: opensensmapr
|
2017-08-10 18:01:09 +02:00
|
|
|
Type: Package
|
|
|
|
Title: Work with Sensor Data from opensensemap.org in R
|
|
|
|
Version: 0.1.0
|
2017-08-13 16:10:01 +02:00
|
|
|
URL: http://github.com/noerw/opensensmapR
|
|
|
|
BugReports: http://github.com/noerw/opensensmapR/issues
|
|
|
|
Imports:
|
|
|
|
dplyr,
|
|
|
|
httr,
|
|
|
|
magrittr
|
|
|
|
Suggests:
|
|
|
|
readr,
|
|
|
|
sf,
|
|
|
|
knitr,
|
|
|
|
rmarkdown
|
2017-08-10 18:01:09 +02:00
|
|
|
Author: Norwin Roosen
|
|
|
|
Maintainer: Norwin Roosen <noerw@gmx.de>
|
|
|
|
Description: This packages ingests data (measurements, sensorstations) from the
|
2017-08-12 18:19:47 +02:00
|
|
|
API of opensensemap.org for analysis in R.
|
|
|
|
The package aims to be compatible with sf and the tidyverse.
|
2017-08-10 18:01:09 +02:00
|
|
|
License: GPL-2
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
2017-08-12 15:17:47 +02:00
|
|
|
RoxygenNote: 6.0.1
|
2017-08-13 16:10:01 +02:00
|
|
|
VignetteBuilder: knitr
|