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:
parent
0292779ca5
commit
36f4701557
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue