mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 06:23:57 +01:00
rename to opensensmapr
This commit is contained in:
parent
79057d802b
commit
747df08c39
5 changed files with 29 additions and 8 deletions
3
.Rbuildignore
Normal file
3
.Rbuildignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
^.*\.Rproj$
|
||||||
|
^\.Rproj\.user$
|
||||||
|
^tools/.*$
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
*.Rproj
|
||||||
|
.Rproj.user
|
||||||
|
.Rhistory
|
||||||
|
.RData
|
||||||
|
.Ruserdata
|
||||||
|
*.log
|
||||||
|
inst/doc
|
||||||
|
man
|
16
DESCRIPTION
16
DESCRIPTION
|
@ -1,9 +1,18 @@
|
||||||
Package: opensensemap
|
Package: opensensmapr
|
||||||
Type: Package
|
Type: Package
|
||||||
Title: Work with Sensor Data from opensensemap.org in R
|
Title: Work with Sensor Data from opensensemap.org in R
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Imports: dplyr, httr, magrittr
|
URL: http://github.com/noerw/opensensmapR
|
||||||
Suggests: readr, sf
|
BugReports: http://github.com/noerw/opensensmapR/issues
|
||||||
|
Imports:
|
||||||
|
dplyr,
|
||||||
|
httr,
|
||||||
|
magrittr
|
||||||
|
Suggests:
|
||||||
|
readr,
|
||||||
|
sf,
|
||||||
|
knitr,
|
||||||
|
rmarkdown
|
||||||
Author: Norwin Roosen
|
Author: Norwin Roosen
|
||||||
Maintainer: Norwin Roosen <noerw@gmx.de>
|
Maintainer: Norwin Roosen <noerw@gmx.de>
|
||||||
Description: This packages ingests data (measurements, sensorstations) from the
|
Description: This packages ingests data (measurements, sensorstations) from the
|
||||||
|
@ -13,3 +22,4 @@ License: GPL-2
|
||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
LazyData: true
|
LazyData: true
|
||||||
RoxygenNote: 6.0.1
|
RoxygenNote: 6.0.1
|
||||||
|
VignetteBuilder: knitr
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#' opensensemap: Work with sensor data from opensensemap.org
|
#' opensensmapr: Work with sensor data from opensensemap.org
|
||||||
#'
|
#'
|
||||||
#' The opensensemap package provides three categories functions:
|
#' The opensensmapr package provides three categories functions:
|
||||||
#' \enumerate{
|
#' \enumerate{
|
||||||
#' \item retrieval of senseBoxes
|
#' \item retrieval of senseBoxes
|
||||||
#' \item retrieval of measurements
|
#' \item retrieval of measurements
|
||||||
#' \item general stats about the opensensemap database
|
#' \item general stats about the openSenseMap database
|
||||||
#' }
|
#' }
|
||||||
#'
|
#'
|
||||||
#' @section Retrieving senseBox metadata:
|
#' @section Retrieving senseBox metadata:
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
#' TODO
|
#' TODO
|
||||||
#'
|
#'
|
||||||
#' @docType package
|
#' @docType package
|
||||||
#' @name opensensemap
|
#' @name opensensmapr
|
||||||
'_PACKAGE'
|
'_PACKAGE'
|
||||||
|
|
||||||
#' @importFrom graphics plot
|
#' @importFrom graphics plot
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# opensensemapR
|
# opensensmapr
|
||||||
get environmental sensor data from opensensemap.org into R
|
get environmental sensor data from opensensemap.org into R
|
||||||
|
|
Loading…
Add table
Reference in a new issue