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

dontrun test with sf package

This commit is contained in:
jan 2023-03-01 16:36:51 +01:00
parent 97475dbbff
commit 9911226a76
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ osem_measurements.default = function (x, ...) {
#' @describeIn osem_measurements Get measurements by a spatial filter.
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' # get measurements from sensors within a custom WGS84 bounding box
#' bbox = structure(c(7, 51, 8, 52), class = 'bbox')
#' m = osem_measurements(bbox, 'Temperatur')

View file

@ -107,7 +107,7 @@ a bounding box spanning the whole world.
'height'
))
}
\donttest{
\dontrun{
# get measurements from sensors within a custom WGS84 bounding box
bbox = structure(c(7, 51, 8, 52), class = 'bbox')
m = osem_measurements(bbox, 'Temperatur')