Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 16, 2024
1 parent 820c738 commit 14e6ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_that("marginaleffects", {
expect_identical(insight::find_statistic(x), "z-statistic")

# standardize names - "s.value" becomes "S"
skip_if_not_installed("parameters")
skip_if_not_installed("parameters", minimum_version = "0.21.7")
skip_if_not_installed("marginaleffects", minimum_version = "0.20.1")

expect_named(
Expand Down

0 comments on commit 14e6ec6

Please sign in to comment.