Skip to content

Commit

Permalink
reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 23, 2024
1 parent f616c6b commit d9961e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-compare_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ withr::with_options(


test_that("compare_parameters, correct random effects", {
skip_if_not_installed("glmmTMB")
suppressWarnings(skip_if_not_installed("glmmTMB"))
skip_if_not(getRversion() >= "4.0.0")

data("fish")
Expand Down

0 comments on commit d9961e9

Please sign in to comment.