mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 23:23:57 +01:00
dontrun test with sf package
This commit is contained in:
parent
97475dbbff
commit
9911226a76
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ osem_measurements.default = function (x, ...) {
|
||||||
#' @describeIn osem_measurements Get measurements by a spatial filter.
|
#' @describeIn osem_measurements Get measurements by a spatial filter.
|
||||||
#' @export
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' \donttest{
|
#' \dontrun{
|
||||||
#' # get measurements from sensors within a custom WGS84 bounding box
|
#' # get measurements from sensors within a custom WGS84 bounding box
|
||||||
#' bbox = structure(c(7, 51, 8, 52), class = 'bbox')
|
#' bbox = structure(c(7, 51, 8, 52), class = 'bbox')
|
||||||
#' m = osem_measurements(bbox, 'Temperatur')
|
#' m = osem_measurements(bbox, 'Temperatur')
|
||||||
|
|
|
@ -107,7 +107,7 @@ a bounding box spanning the whole world.
|
||||||
'height'
|
'height'
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
\donttest{
|
\dontrun{
|
||||||
# get measurements from sensors within a custom WGS84 bounding box
|
# get measurements from sensors within a custom WGS84 bounding box
|
||||||
bbox = structure(c(7, 51, 8, 52), class = 'bbox')
|
bbox = structure(c(7, 51, 8, 52), class = 'bbox')
|
||||||
m = osem_measurements(bbox, 'Temperatur')
|
m = osem_measurements(bbox, 'Temperatur')
|
||||||
|
|
Loading…
Add table
Reference in a new issue