Skip to content

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 22, 2025
1 parent 8030236 commit 196e559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Suggests:
lavaan,
lme4,
logspline,
marginaleffects,
MASS,
mclogit,
mclust,
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-plot.estimate_contrasts.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test_that("`plot.see_estimate_contrasts()` works", {
skip_if_not_installed("rstanarm")
skip_if_not_installed("emmeans")
skip_if_not_installed("marginaleffects")

model <- stan_glm(Sepal.Width ~ Species, data = iris, refresh = 0)
contrasts <- modelbased::estimate_contrasts(model, contrast = "Species")
Expand Down

0 comments on commit 196e559

Please sign in to comment.