Skip to content

Commit

Permalink
enable test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 21, 2024
1 parent 6894814 commit 4e04919
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-check_collinearity.R
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4e04919

Please sign in to comment.