Skip to content

Commit

Permalink
Remove some skips in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 27, 2024
1 parent 27dc704 commit d02aee7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-fixest.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
skip_if(TRUE)

skip_on_os("mac")
skip_if(getRversion() < "3.6.0")
skip_if_not_installed("fixest", minimum_version = "0.11.2")
skip_if_not_installed("carData")
skip_if_not_installed("withr")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-model_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ test_that("get_data", {
expect_identical(as.vector(mf4$Petal.Width), as.vector(mf5$Petal.Width))
})

skip_if(getRversion() > "4.3.3")
data(Salamanders, package = "glmmTMB")
skip_on_os("mac") # error: FreeADFunObject
m <- glmmTMB::glmmTMB(
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-model_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test_that("bigglm bernoulli", {
})

test_that("glmmTMB bernoulli", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
data(mtcars)
model <- glmmTMB::glmmTMB(vs ~ disp, data = mtcars, family = binomial())
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-spatial.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
skip_if_offline()
skip_if(getRversion() > "4.3.3")
suppressWarnings(skip_if_not_installed("glmmTMB"))
suppressWarnings(skip_if_not_installed("geoR"))
skip_if_not_installed("TMB")
Expand Down

0 comments on commit d02aee7

Please sign in to comment.