Skip to content

Commit

Permalink
check other skips, too
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 30, 2024
1 parent 27e4842 commit 83563a2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-check_convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test_that("check_convergence", {


test_that("check_convergence, glmmTMB", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
data(iris)
model <- suppressWarnings(glmmTMB::glmmTMB(
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test_that("`check_model()` works for quantreg", {
})

test_that("`check_model()` warnings for tweedie", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not_installed("lme4")
data(sleepstudy, package = "lme4")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ test_that("check_normality | afex", {
})

test_that("check_normality | glmmTMB", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not(getRversion() >= "4.0.0")

Expand Down
4 changes: 0 additions & 4 deletions tests/testthat/test-check_overdispersion.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
test_that("check_overdispersion, glmmTMB-poisson", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not(getRversion() >= "4.0.0")
data(Salamanders, package = "glmmTMB")
Expand Down Expand Up @@ -50,7 +49,6 @@ test_that("check_overdispersion, glmmTMB-poisson", {


test_that("check_overdispersion, glmmTMB-poisson mixed", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not(getRversion() >= "4.0.0")
data(Salamanders, package = "glmmTMB")
Expand Down Expand Up @@ -78,7 +76,6 @@ test_that("check_overdispersion, glmmTMB-poisson mixed", {


test_that("check_overdispersion, zero-inflated and negbin", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not_installed("DHARMa")
skip_if_not(getRversion() >= "4.0.0")
Expand Down Expand Up @@ -183,7 +180,6 @@ test_that("check_overdispersion, MASS::negbin", {


test_that("check_overdispersion, genpois", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
skip_if_not_installed("DHARMa")
skip_if_not(getRversion() >= "4.0.0")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-check_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ test_that("check_predictions", {


test_that("check_predictions, glmmTMB", {
skip_if(getRversion() > "4.3.3")
skip_if_not_installed("glmmTMB")
data(mtcars)
model <- glmmTMB::glmmTMB(vs ~ disp, data = mtcars, family = binomial())
Expand Down

0 comments on commit 83563a2

Please sign in to comment.