Skip to content

Commit

Permalink
skips for "no suggests" checks
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 19, 2024
1 parent 07d0b27 commit 26d6e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-last-fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ test_that("can use `last_fit()` with a workflow - postprocessor (requires traini
skip_if_not_installed("tailor")
skip_if_not_installed("mgcv")
skip_if_not_installed("tailor", minimum_version = "0.0.0.9001")
skip_if_not_installed("probably", minimum_version = "1.0.3.9000")

y <- seq(0, 7, .001)
dat <- data.frame(y = y, x = y + (y-3)^2)
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-resample.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ test_that("extracted workflow is finalized", {

test_that("can use `fit_resamples()` with a workflow - postprocessor (requires training)", {
skip_if_not_installed("tailor", minimum_version = "0.0.0.9001")
skip_if_not_installed("probably", minimum_version = "1.0.3.9000")

y <- seq(0, 7, .001)
dat <- data.frame(y = y, x = y + (y-3)^2)
Expand Down

0 comments on commit 26d6e21

Please sign in to comment.