Skip to content

Commit 0bbf76d

Browse files
coda is needed
1 parent 32faa7e commit 0bbf76d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Imports:
4545
utils
4646
Suggests:
4747
brms,
48+
coda,
4849
correlation,
49-
emmeans (>= 1.8.3),
50+
emmeans (>= 1.10.2),
5051
gamm4,
5152
gganimate,
5253
ggplot2,
@@ -62,8 +63,8 @@ Suggests:
6263
rmarkdown,
6364
rstanarm,
6465
rtdists,
65-
see (>= 0.7.4),
66-
testthat
66+
see (>= 0.8.4),
67+
testthat (>= 3.2.1)
6768
VignetteBuilder:
6869
knitr
6970
Encoding: UTF-8

tests/testthat/test-estimate_contrasts.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ test_that("estimate_contrasts - Bayesian", {
116116
skip_if_not_installed("rstanarm")
117117
skip_if_not_installed("lme4")
118118
skip_if_not_installed("emmeans")
119+
skip_if_not_installed("coda")
119120

120121
dat <- iris
121122
dat$Petal.Length_factor <- ifelse(dat$Petal.Length < 4.2, "A", "B")

0 commit comments

Comments
 (0)