Skip to content

Commit 2da0eb3

Browse files
committed
typo
1 parent fb49a19 commit 2da0eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-icc.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test_that("icc", {
129129

130130
test_that("icc, glmmTMB 1.1.9+", {
131131
skip_on_cran()
132-
skip_if_not_installed("glmmTMB", min_version = "1.1.9")
132+
skip_if_not_installed("glmmTMB", minimum_version = "1.1.9")
133133
set.seed(101)
134134
dd <- data.frame(
135135
z = rnorm(1000),

0 commit comments

Comments
 (0)