Skip to content

Commit f58c2bd

Browse files
authored
Merge pull request #455 from mapme-initiative/develop
skip on CRAN
2 parents 6ece99f + 843e338 commit f58c2bd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/testthat/test-calc_deforestation_drivers.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_that("deforestation drivers works", {
2+
skip_on_cran()
23
x <- read_sf(
34
system.file("extdata", "sierra_de_neiba_478140.gpkg",
45
package = "mapme.biodiversity"

tests/testthat/test-get_carbon.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_that("get_carbon works", {
2+
skip_on_cran()
23
outdir <- file.path(tempdir(), "mapme.data")
34
.copy_resource_dir(outdir)
45

tests/testthat/test-ipbes.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test_that("get_ipbes_biomes works", {
88
})
99

1010
test_that("calc_ipbes_biomes works", {
11+
skip_on_cran()
1112
x <- read_sf(system.file("extdata", "shell_beach_protected_area_41057_B.gpkg",
1213
package = "mapme.biodiversity"
1314
))

0 commit comments

Comments
 (0)