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

26 lines
645 B
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
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
RoxygenNote: 6.0.1
2017-08-13 16:10:01 +02:00
VignetteBuilder: knitr