Skip to content

Commit

Permalink
requires dev dials
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 3, 2024
1 parent eb6abd8 commit 8960050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Depends:
R (>= 4.0)
Imports:
cli (>= 3.3.0),
dials (>= 1.3.0),
dials (>= 1.3.0.9000),
doFuture (>= 1.0.0),
dplyr (>= 1.1.0),
foreach,
Expand Down Expand Up @@ -63,7 +63,8 @@ Remotes:
tidymodels/recipes,
tidymodels/rsample,
tidymodels/tailor,
tidymodels/workflows
tidymodels/workflows,
tidymodels/dials
Config/Needs/website: pkgdown, tidymodels, kknn, doParallel, doFuture,
tidyverse/tidytemplate
Config/testthat/edition: 3
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-finalization.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ test_that("finalize recipe step with multiple tune parameters", {

test_that("finalize tailors", {
skip_if_not_installed("probably")
skip_if_not_installed("dials", "1.3.0.9000")
library(tailor)

adjust_rng <-
Expand Down Expand Up @@ -106,6 +107,7 @@ test_that("finalize tailors", {

test_that("finalize workflows with tailors", {
skip_if_not_installed("probably")
skip_if_not_installed("dials", "1.3.0.9000")
library(tailor)

adjust_rng <-
Expand Down

0 comments on commit 8960050

Please sign in to comment.