Skip to content

Commit eaeb74e

Browse files
committed
fix
1 parent 364c013 commit eaeb74e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Suggests:
156156
logspline,
157157
lqmm,
158158
M3C,
159-
marginaleffects (>= 0.25.0),
159+
marginaleffects (>= 0.26.0),
160160
modelbased (>= 0.9.0),
161161
MASS,
162162
Matrix,
@@ -227,4 +227,4 @@ Config/testthat/parallel: true
227227
Config/Needs/website: easystats/easystatstemplate
228228
Config/Needs/check: stan-dev/cmdstanr
229229
Config/rcmdcheck/ignore-inconsequential-notes: true
230-
Remotes: easystats/insight, easystats/bayestestR, vincentarelbundock/marginaleffects
230+
Remotes: easystats/insight, easystats/bayestestR

tests/testthat/test-marginaleffects.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test_that("predictions()", {
5151
expect_identical(nrow(out), 3L)
5252
expect_named(out, c(
5353
"Predicted", "Species", "SE", "CI", "CI_low", "CI_high", "S", "Statistic",
54-
"p"
54+
"df", "p"
5555
))
5656
out <- model_parameters(p, exponentiate = TRUE)
5757
expect_equal(out$Predicted, c(30.81495, 15.95863, 19.57004), tolerance = 1e-4)

0 commit comments

Comments
 (0)