Skip to content

Commit

Permalink
Fix failing *marginaleffects* test (#1049)
Browse files Browse the repository at this point in the history
* Fix failing *marginaleffects* test
Fixes #1048

* fix
  • Loading branch information
strengejacke authored Nov 26, 2024
1 parent 7fc4b8f commit d9df1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
skip_if_not_installed("marginaleffects", minimum_version = "0.18.0")
skip_if_not_installed("insight", minimum_version = "0.19.9")
skip_if_not_installed("marginaleffects", minimum_version = "1.0.0")
skip_if_not_installed("rstanarm")

test_that("marginaleffects()", {
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-serp.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
skip_if_not_installed("serp")
skip_if_not_installed("insight", minimum_version = "0.20.0")
skip_if_not_installed("withr")

# make sure we have the correct interaction mark for tests
Expand Down

0 comments on commit d9df1dd

Please sign in to comment.