Skip to content

Commit

Permalink
bump version for .get_dep_version
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Aug 14, 2023
1 parent 405ebe3 commit 4382702
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Depends:
Imports:
bayestestR (>= 0.13.0),
datawizard (>= 0.7.0),
insight (>= 0.19.2),
insight (>= 0.19.3.2),
graphics,
methods,
stats,
Expand Down
2 changes: 1 addition & 1 deletion R/equivalence_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ equivalence_test.ggeffects <- function(x,
test = "pairwise",
verbose = TRUE,
...) {
insight::check_if_installed("ggeffects", minimum_version = "1.2.0")
insight::check_if_installed("ggeffects")

# get attributes from ggeffects objects, so we have the original model and terms
focal <- attributes(x)$original.terms
Expand Down
2 changes: 1 addition & 1 deletion R/methods_aov.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ model_parameters.maov <- model_parameters.aov
return(params)
}

insight::check_if_installed("effectsize", minimum_version = "0.5.0")
insight::check_if_installed("effectsize")

# set error-df, when provided.
if (!is.null(df_error) && is.data.frame(model) &&
Expand Down
2 changes: 1 addition & 1 deletion R/methods_marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ model_parameters.slopes <- model_parameters.marginaleffects
model_parameters.predictions <- function(model,
ci = 0.95,
...) {
insight::check_if_installed("marginaleffects", minimum_version = "0.9.0")
insight::check_if_installed("marginaleffects")

out <- datawizard::data_rename(model, "estimate", "predicted")
out <- datawizard::data_relocate(out, "predicted", before = 1)
Expand Down

0 comments on commit 4382702

Please sign in to comment.