Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 20, 2024
1 parent fb49a19 commit 2da0eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ test_that("icc", {

test_that("icc, glmmTMB 1.1.9+", {
skip_on_cran()
skip_if_not_installed("glmmTMB", min_version = "1.1.9")
skip_if_not_installed("glmmTMB", minimum_version = "1.1.9")
set.seed(101)
dd <- data.frame(
z = rnorm(1000),
Expand Down

0 comments on commit 2da0eb3

Please sign in to comment.