Skip to content

Commit a403e5b

Browse files
committed
fix test
1 parent c0ef635 commit a403e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-model_parameters_df_method.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ skip_if_not_installed("lmerTest")
22
skip_if_not_installed("pbkrtest")
33
skip_if_not_installed("lme4")
44
skip_if_not_installed("glmmTMB", minimum_version = "1.1.13")
5+
skip_if_not_installed("insight", minimum_version = "1.4.3")
56

67
mtcars$cyl <- as.factor(mtcars$cyl)
78
model <- suppressMessages(lme4::lmer(

0 commit comments

Comments
 (0)