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

26 lines
651 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
2017-11-30 01:07:27 +01:00
Version: 0.3.1
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
2017-11-30 01:07:27 +01:00
Maintainer: Norwin Roosen <maintenance@nroo.de>
2017-08-14 18:10:16 +02:00
Description: This package 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