Skip to content

Commit

Permalink
collapse minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 11, 2024
1 parent 108f431 commit 393e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ get_draws <- function(x, shape = "long") {


average_draws <- function(data, index, draws, byfun = NULL) {
insight::check_if_installed("collapse", minimum_version = "1.9.0")
insight::check_if_installed("collapse", minimum_version = "2.0.18")

w <- data[["marginaleffects_wts_internal"]]
if (all(is.na(w))) {
Expand Down

0 comments on commit 393e32e

Please sign in to comment.