Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 13, 2024
1 parent 1c131ef commit 852dac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ test_that("marginaleffects", {
expect_identical(insight::find_statistic(x), "z-statistic")

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

expect_named(
parameters::model_parameters(x),
Expand Down

0 comments on commit 852dac1

Please sign in to comment.