Skip to content

Commit c0ef635

Browse files
committed
fix
1 parent d58410a commit c0ef635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-model_parameters_df_method.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
skip_if_not_installed("lmerTest")
22
skip_if_not_installed("pbkrtest")
33
skip_if_not_installed("lme4")
4-
skip_if_not_installed("glmmTMB")
4+
skip_if_not_installed("glmmTMB", minimum_version = "1.1.13")
55

66
mtcars$cyl <- as.factor(mtcars$cyl)
77
model <- suppressMessages(lme4::lmer(

0 commit comments

Comments
 (0)