Skip to content

Commit

Permalink
min version
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 30, 2024
1 parent fb8004a commit 27e4842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-r2.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ skip_if_not_installed("withr")
withr::with_environment(
new.env(),
test_that("r2 glmmTMB, no ranef", {
skip_if_not_installed("glmmTMB")
skip_if_not_installed("glmmTMB", minimum_version = "1.1.10")
data(Owls, package = "glmmTMB")
# linear ---------------------------------------------------------------
m <- glmmTMB::glmmTMB(NegPerChick ~ BroodSize + ArrivalTime, data = Owls)
Expand Down

0 comments on commit 27e4842

Please sign in to comment.