dontrun test with sf package

master
jan 1 year ago
parent 97475dbbff
commit 9911226a76

@ -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')

@ -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')

Loading…
Cancel
Save