From 27e4842c2b9099792f802c1dd45e12d30315e306 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 30 Sep 2024 10:23:01 +0200 Subject: [PATCH] min version --- tests/testthat/test-r2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-r2.R b/tests/testthat/test-r2.R index 10217eefb..bc91846cd 100644 --- a/tests/testthat/test-r2.R +++ b/tests/testthat/test-r2.R @@ -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)