Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue1045
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Nov 26, 2024
2 parents 4d618ec + d9df1dd commit 3095f47
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 3095f47

Please sign in to comment.