Skip to content

Commit 5dc715d

Browse files
committed
More skips
1 parent 2f495b6 commit 5dc715d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testthat/test-as_tibble-Spat.R

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_that("For SpatVector", {
2+
skip_on_cran()
23
f <- system.file("extdata/cyl.gpkg",
34
package = "tidyterra"
45
)
@@ -48,6 +49,7 @@ test_that("For SpatVector", {
4849
})
4950

5051
test_that("For SpatVector internal", {
52+
skip_on_cran()
5153
f <- system.file("extdata/cyl.gpkg",
5254
package = "tidyterra"
5355
)
@@ -87,6 +89,7 @@ test_that("For SpatVector internal", {
8789
})
8890

8991
test_that("For SpatRaster", {
92+
skip_on_cran()
9093
f <- system.file("extdata/cyl_temp.tif",
9194
package = "tidyterra"
9295
)
@@ -116,6 +119,7 @@ test_that("For SpatRaster", {
116119

117120

118121
test_that("For SpatRaster Internal", {
122+
skip_on_cran()
119123
f <- system.file("extdata/cyl_temp.tif",
120124
package = "tidyterra"
121125
)

0 commit comments

Comments
 (0)