Skip to content

Commit

Permalink
workaround for failed schecks
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaMeyer committed Apr 19, 2024
1 parent 755e0cc commit e4f6418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-errorProfiles.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

test_that("errorProfiles works in default settings", {
skip_on_os("mac", arch = "aarch64")
data(splotdata)
splotdata <- sf::st_drop_geometry(splotdata)
predictors <- terra::rast(system.file("extdata","predictors_chile.tif", package="CAST"))
Expand Down Expand Up @@ -29,6 +30,7 @@ test_that("errorProfiles works in default settings", {


test_that("errorProfiles works in with LPD", {
skip_on_os("mac", arch = "aarch64")
data(splotdata)
splotdata <- sf::st_drop_geometry(splotdata)
predictors <- terra::rast(system.file("extdata","predictors_chile.tif", package="CAST"))
Expand Down Expand Up @@ -56,6 +58,7 @@ test_that("errorProfiles works in with LPD", {


test_that("errorProfiles works for multiCV", {
skip_on_os("mac", arch = "aarch64")
data(splotdata)
splotdata <- sf::st_drop_geometry(splotdata)
predictors <- terra::rast(system.file("extdata","predictors_chile.tif", package="CAST"))
Expand Down

0 comments on commit e4f6418

Please sign in to comment.