Package: stacks Title: Tidy Model Stacking Version: 1.1.1.9001 Authors@R: c( person("Simon", "Couch", , "simon.couch@posit.co", role = "aut"), person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Model stacking is an ensemble technique that involves training a model to combine the outputs of many diverse statistical models, and has been shown to improve predictive performance in a variety of settings. 'stacks' implements a grammar for 'tidymodels'-aligned model stacking. License: MIT + file LICENSE URL: https://stacks.tidymodels.org/, https://github.com/tidymodels/stacks BugReports: https://github.com/tidymodels/stacks/issues Depends: R (>= 4.1) Imports: butcher (>= 0.1.3), cli, dplyr (>= 1.1.0), foreach, furrr, future, generics, ggplot2, glmnet, glue, parsnip (>= 1.2.0), purrr (>= 1.0.0), recipes (>= 1.0.10), rlang (>= 1.1.0), rsample (>= 1.2.0), stats, tibble (>= 2.1.3), tidyr, tune (>= 1.2.0), vctrs (>= 0.6.1), workflows (>= 1.1.4) Suggests: covr, h2o, kernlab, kknn, knitr, modeldata, nnet, ranger, rmarkdown, testthat (>= 3.0.0), workflowsets (>= 0.1.0), yardstick (>= 1.1.0) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-10-22 19:15:37 UTC RemoteUrl: https://github.com/tidymodels/stacks RemoteRef: HEAD RemoteSha: 5be93a6a5aee9d877f3afe4908172c4107679d08 NeedsCompilation: no Packaged: 2026-06-17 06:51:07 UTC; root Author: Simon Couch [aut], Max Kuhn [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn