Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 11, 2024
1 parent 98bd006 commit 17e1f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_performance.bayesian.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test_that("model_performance.BFBayesFactor", {
})
expect_null(p)


skip_on_os("linux")
mod <- BayesFactor::regressionBF(mpg ~ cyl, mtcars, progress = FALSE)
modF <- lm(mpg ~ cyl, mtcars)
p <- model_performance(mod)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-r2_bayes.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_on_os("linux")

test_that("r2_BayesFactor", {
skip_if_not_installed("BayesFactor")
set.seed(1)
Expand Down

0 comments on commit 17e1f29

Please sign in to comment.