|
|
|
@ -28,8 +28,9 @@ Suggests:
|
|
|
|
|
lintr,
|
|
|
|
|
testthat,
|
|
|
|
|
covr
|
|
|
|
|
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")))
|
|
|
|
|
Authors@R: c(person("Norwin", "Roosen", role = c("aut"), email = "hello@nroo.de"),
|
|
|
|
|
person("Daniel", "Nuest", role = c("ctb"), email = "daniel.nuest@uni-muenster.de", comment = c(ORCID = "0000-0003-2392-6140")),
|
|
|
|
|
person("Jan", "Stenkamp", role = c("ctb", "cre"), email = "jan.stenkamp@uni-muenster.de"))
|
|
|
|
|
Description: Download environmental measurements and sensor station metadata
|
|
|
|
|
from the API of open data sensor web platform <https://opensensemap.org> for
|
|
|
|
|
analysis in R.
|
|
|
|
@ -41,5 +42,5 @@ Description: Download environmental measurements and sensor station metadata
|
|
|
|
|
License: GPL (>= 2) | file LICENSE
|
|
|
|
|
Encoding: UTF-8
|
|
|
|
|
LazyData: true
|
|
|
|
|
RoxygenNote: 6.1.0
|
|
|
|
|
RoxygenNote: 7.1.1
|
|
|
|
|
VignetteBuilder: knitr
|
|
|
|
|