We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58410a commit c0ef635Copy full SHA for c0ef635
tests/testthat/test-model_parameters_df_method.R
@@ -1,7 +1,7 @@
1
skip_if_not_installed("lmerTest")
2
skip_if_not_installed("pbkrtest")
3
skip_if_not_installed("lme4")
4
-skip_if_not_installed("glmmTMB")
+skip_if_not_installed("glmmTMB", minimum_version = "1.1.13")
5
6
mtcars$cyl <- as.factor(mtcars$cyl)
7
model <- suppressMessages(lme4::lmer(
0 commit comments