Skip to content

Commit

Permalink
Bug: estimate_contrasts failing with basic example
Browse files Browse the repository at this point in the history
Fixes #425
  • Loading branch information
strengejacke committed Feb 27, 2025
1 parent e25e0f1 commit d1d8a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: modelbased
Title: Estimation of Model-Based Predictions, Contrasts and Means
Version: 0.9.0.34
Version: 0.9.0.35
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down
2 changes: 1 addition & 1 deletion R/get_marginalcontrasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ get_marginalcontrasts <- function(model,
verbose = TRUE,
...) {
# check if available
insight::check_if_installed("marginaleffects")
insight::check_if_installed("marginaleffects", minimum_version = "0.25.0")

# temporarily overwrite settings that error on "too many" rows
me_option <- getOption("marginaleffects_safe")
Expand Down

0 comments on commit d1d8a37

Please sign in to comment.