Skip to content

Commit

Permalink
Updated a test that depends on lme4
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Nov 9, 2023
1 parent 75770bc commit b79c221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-texreg.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ test_that("duplicate row labels in custom.coef.names are merged when feasible",
})

test_that("LaTeX code is escaped in GOF labels", {
skip_if_not_installed("lme4")
skip_if_not_installed("lme4", minimum_version = "1.1.34")
skip_if_not_installed("Matrix", minimum_version = "1.6.1")
skip_on_ci()
require("lme4")
iris$species_variable <- iris$Species
fit <- lmer(Sepal.Length ~ Sepal.Width + (1 | species_variable), data = iris)
Expand Down

0 comments on commit b79c221

Please sign in to comment.