File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ test_that("autoplot is stable", {
29
29
p <- autoplot(ames_block $ splits [[1 ]])
30
30
vdiffr :: expect_doppelganger(" block split plots" , p )
31
31
32
+ skip_if_not_installed(" curl" )
32
33
skip_if_offline()
33
34
sf :: sf_proj_network(enable = TRUE )
34
35
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ chosen_points <- sf::st_as_sf(
6
6
)
7
7
8
8
test_that(" buffering selects the expected points" , {
9
+ skip_if_not_installed(" curl" )
9
10
skip_if_offline()
10
11
sf :: sf_proj_network(enable = TRUE )
11
12
@@ -200,6 +201,7 @@ ames_sf <- sf::st_as_sf(
200
201
201
202
test_that(" using buffers" , {
202
203
skip_if_not(sf :: sf_use_s2())
204
+ skip_if_not_installed(" curl" )
203
205
skip_if_offline()
204
206
sf :: sf_proj_network(enable = TRUE )
205
207
@@ -285,6 +287,7 @@ test_that("using buffers", {
285
287
286
288
test_that(" buffers respect units" , {
287
289
skip_if_not(sf :: sf_use_s2())
290
+ skip_if_not_installed(" curl" )
288
291
skip_if_offline()
289
292
sf :: sf_proj_network(enable = TRUE )
290
293
You can’t perform that action at this time.
0 commit comments