1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-22 23:23:57 +01:00
opensensmapR/DESCRIPTION

37 lines
1 KiB
Text
Raw Normal View History

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
2018-01-13 16:19:50 +01:00
Version: 0.3.2
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
2018-01-14 18:40:22 +01:00
Suggests:
maps,
maptools,
2017-08-13 16:10:01 +02:00
readr,
rgeos,
2017-08-13 16:10:01 +02:00
sf,
knitr,
rmarkdown,
lubridate,
2018-01-14 18:40:22 +01:00
units,
testthat,
covr
2017-08-10 18:01:09 +02:00
Author: Norwin Roosen
Maintainer: Norwin Roosen <bugs@nroo.de>
Description: Download data (environmental measurements, sensorstations) from the
API of open data sensor web platform 'opensensemap.org' for analysis in R.
This platform provides realtime data of more than 1000 low-cost sensor
stations for PM10, PM2.5, temperature, humidity, UV-A intensity and more
phenomena.
The package aims to be compatible with sf and the tidyverse, and provides
several helper functions for data exploration and transformation.
License: GPL (>= 2) | file LICENSE
2017-08-10 18:01:09 +02:00
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
2017-08-13 16:10:01 +02:00
VignetteBuilder: knitr