Skip to content

Commit

Permalink
another missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 22, 2025
1 parent 196e559 commit 1da9d79
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 @@ -74,6 +74,7 @@ Imports:
Suggests:
BH,
brms,
collapse,
curl,
DHARMa,
emmeans,
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
Expand Up @@ -2,6 +2,7 @@ test_that("`plot.see_estimate_contrasts()` works", {
skip_if_not_installed("rstanarm")
skip_if_not_installed("emmeans")
skip_if_not_installed("marginaleffects")
skip_if_not_installed("collapse")

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

0 comments on commit 1da9d79

Please sign in to comment.