1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-23 07:53:58 +01:00

add required library to donttest

This commit is contained in:
jan 2023-02-07 15:37:42 +01:00
parent 0292779ca5
commit 36f4701557

View file

@ -80,6 +80,7 @@ osem_measurements.default = function (x, ...) {
#' # construct a bounding box 12km around berlin using the sf package,
#' # and get measurements from stations within that box
#' library(sf)
#' library(units)
#' bbox2 = st_point(c(13.4034, 52.5120)) %>%
#' st_sfc(crs = 4326) %>%
#' st_transform(3857) %>% # allow setting a buffer in meters