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

43 lines
1.2 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
2018-05-25 17:18:47 +02:00
Title: Client for the Data API of openSenseMap.org
2018-05-25 17:18:57 +02:00
Version: 0.4.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,
2018-05-25 01:34:47 +02:00
digest,
2017-08-13 16:10:01 +02:00
magrittr
2018-01-15 14:51:26 +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,
jsonlite,
ggplot2,
zoo,
lintr,
2018-01-14 18:40:22 +01:00
testthat,
covr
2018-05-07 18:13:16 +02:00
Authors@R: c(person("Norwin", "Roosen", role = c("aut", "cre"), email = "hello@nroo.de"),
person("Daniel", "Nuest", role = c("ctb"), email = "daniel.nuest@uni-muenster.de", comment = c(ORCID = "0000-0003-2392-6140")))
Description: Download environmental measurements and sensor station metadata
from the API of open data sensor web platform <https://opensensemap.org> for
analysis in R.
This platform provides real time data of more than 1500 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