You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Package: opensensmapr
|
|
|
|
Type: Package
|
|
|
|
Title: Work with Sensor Data from opensensemap.org in R
|
|
|
|
Version: 0.2.0
|
|
|
|
URL: http://github.com/noerw/opensensmapR
|
|
|
|
BugReports: http://github.com/noerw/opensensmapR/issues
|
|
|
|
Imports:
|
|
|
|
dplyr,
|
|
|
|
httr,
|
|
|
|
magrittr
|
|
|
|
Suggests:
|
|
|
|
readr,
|
|
|
|
sf,
|
|
|
|
knitr,
|
|
|
|
rmarkdown
|
|
|
|
Author: Norwin Roosen
|
|
|
|
Maintainer: Norwin Roosen <noerw@gmx.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.
|
|
|
|
License: GPL-2
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
|
|
|
RoxygenNote: 6.0.1
|
|
|
|
VignetteBuilder: knitr
|