Package: tune Title: Tidy Tuning Tools Version: 2.1.0.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: The ability to tune models is important. 'tune' contains functions and classes to be used in conjunction with other 'tidymodels' packages for finding reasonable values of hyper-parameters in models, preprocessing methods, and post-processing steps. License: MIT + file LICENSE URL: https://tune.tidymodels.org/, https://github.com/tidymodels/tune BugReports: https://github.com/tidymodels/tune/issues Depends: R (>= 4.1) Imports: cli (>= 3.3.0), dials (>= 1.4.3), dplyr (>= 1.1.0), GauPro (>= 0.2.15), generics (>= 0.1.2), ggplot2, glue (>= 1.6.2), hardhat (>= 1.4.2), lifecycle, parallel, parsnip (>= 1.5.0), purrr (>= 1.0.0), recipes (>= 1.3.2), rlang (>= 1.1.4), rsample (>= 1.3.2), tailor (>= 0.1.0), tibble (>= 3.1.0), tidyr (>= 1.2.0), tidyselect (>= 1.1.2), vctrs (>= 0.6.1), withr, workflows (>= 1.3.0), yardstick (>= 1.4.0) Suggests: C50, censored (>= 0.3.0), covr, future (>= 1.33.0), future.apply, kernlab, kknn, knitr, mgcv, mirai (>= 2.4.0), modeldata, probably, scales, spelling, splines2, survival, testthat (>= 3.0.0), xgboost, xml2 Config/Needs/website: pkgdown, tidymodels, kknn, tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-06-18 14:24:16 UTC RemoteUrl: https://github.com/tidymodels/tune RemoteRef: HEAD RemoteSha: 984b6940f78a164270d27f235755bf3650b37058 NeedsCompilation: no Packaged: 2026-06-22 22:12:58 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn