Skip to content

Commit 6fa873a

Browse files
committed
dontrun most of geo_bbox egs as they took > 10s on cran checks
1 parent dfe52aa commit 6fa873a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/geo_bbox.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#' y %>% feature() %>% geo_bbox()
3737
#' close(con)
3838
#'
39+
#' \dontrun{
3940
#' # multilinestring
4041
#' x <- '{ "type": "MultiLineString",
4142
#' "coordinates": [ [ [100.0, 0.0], [101.0, 1.0] ], [ [102.0, 2.0],
@@ -82,6 +83,7 @@
8283
#' # json
8384
#' library('jsonlite')
8485
#' geo_bbox(toJSON(fromJSON(str), auto_unbox = TRUE))
86+
#' }
8587

8688
geo_bbox <- function(x) {
8789
UseMethod("geo_bbox")

man/geo_bbox.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)