Skip to content

Commit

Permalink
skip for non-dev insight
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 29, 2023
1 parent 0d48c20 commit 5570537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-binned_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ test_that("binned_residuals, bootstrapped CI", {

test_that("binned_residuals, msg for non-bernoulli", {
skip_on_cran()
skip_if(packageVersion("insight") < "0.19.7")
tot <- rep(10, 100)
suc <- rbinom(100, prob = 0.9, size = tot)

Expand Down

0 comments on commit 5570537

Please sign in to comment.