diff --git a/tests/testthat/_snaps/int_pctl.md b/tests/testthat/_snaps/int_pctl.md index d6803c49..7960ddf8 100644 --- a/tests/testthat/_snaps/int_pctl.md +++ b/tests/testthat/_snaps/int_pctl.md @@ -4,7 +4,7 @@ int_res_1 <- int_pctl(lm_res, times = 500) Condition Warning: - Recommend at least 1000 non-missing bootstrap resamples for terms: `rmse`, `rsq`. + Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`. --- @@ -20,7 +20,7 @@ int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25) Condition Warning: - Recommend at least 1000 non-missing bootstrap resamples for terms: `rmse`, `rsq`. + Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`. # percentile intervals - last fit diff --git a/tests/testthat/test-int_pctl.R b/tests/testthat/test-int_pctl.R index 25c7b9a1..512fccb0 100644 --- a/tests/testthat/test-int_pctl.R +++ b/tests/testthat/test-int_pctl.R @@ -1,7 +1,7 @@ test_that("percentile intervals - resamples only", { skip_if_not_installed("modeldata") - skip_if_not_installed("rsample", minimum_version = "1.1.1.9000") + skip_if_not_installed("rsample", minimum_version = "1.2.1.9000") library(rsample) library(parsnip)