Skip to content

Commit

Permalink
skip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 23, 2025
1 parent fda7690 commit c08cf15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test-estimate_contrasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ skip_if_not_installed("emmeans")
skip_if_not_installed("marginaleffects")
skip_on_os("mac")

## FIXME: skip on marginaleffects dev - need to check whether it is intentional
## that the new update returns duplicated rows (same contrasts twice, with
## switched sign)
skip_if(utils::packageVersion("marginaleffects") > "0.24.0")

test_that("estimate_contrasts - Frequentist", {
skip_if_not_installed("logspline")
skip_if_not_installed("lme4")
Expand Down

0 comments on commit c08cf15

Please sign in to comment.