From 4e04919f94a4e76febdb8009a22b317a09c3e8ee Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 21 Mar 2024 15:11:05 +0100 Subject: [PATCH] enable test for now --- tests/testthat/test-check_collinearity.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testthat/test-check_collinearity.R b/tests/testthat/test-check_collinearity.R index 5eedde1c7..4811c5afe 100644 --- a/tests/testthat/test-check_collinearity.R +++ b/tests/testthat/test-check_collinearity.R @@ -1,6 +1,3 @@ -## FIXME: There seem to be some issues with glmmTMB 1.1.9 and win devel? -skip_if(getRversion() > "4.3.3") - # https://github.com/easystats/performance/pull/547 test_that("check_collinearity, correct order in print", { m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)