Package: butcher Title: Model Butcher Version: 0.4.0.9000 Authors@R: c( person("Joyce", "Cahoon", , "joyceyu48@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-7217-4702")), person("Davis", "Vaughan", , "davis@posit.co", role = "aut"), person("Max", "Kuhn", , "max@posit.co", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-2402-136X")), person("Alex", "Hayes", , "alexpghayes@gmail.com", role = "aut"), person("Julia", "Silge", , "julia.silge@posit.co", role = "aut", comment = c(ORCID = "0000-0002-3671-836X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides a set of S3 generics to axe components of fitted model objects and help reduce the size of model objects saved to disk. License: MIT + file LICENSE URL: https://butcher.tidymodels.org/, https://github.com/tidymodels/butcher BugReports: https://github.com/tidymodels/butcher/issues Depends: R (>= 4.1.0) Imports: cli (>= 3.3.0), lobstr (>= 1.1.2), methods, purrr (>= 0.3.4), rlang (>= 1.0.2), tibble (>= 3.1.7), utils, vctrs (>= 0.4.1) Suggests: C50, caret, censored, ClusterR, clustMixType, covr, dbarts, ddalpha, dplyr, e1071, earth, flexsurv, fs, ipred, kernlab, kknn, klaR, knitr, MASS, mda, mgcv, modeldata, nnet, parsnip (>= 1.3.3), pkgload, pls, QSARdata, randomForest, ranger, RANN, recipes (>= 0.2.0), rmarkdown, rpart, rsample, RSpectra, sparklyr, survival (>= 3.2-10), tabnet, testthat (>= 3.0.0), torch, TH.data, tune, usethis (>= 1.5.0), workflowsets, xgboost (>= 1.3.2.1), xrf VignetteBuilder: knitr Config/Needs/check: bioc::mixOmics Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-12-09 11:29:27 UTC RemoteUrl: https://github.com/tidymodels/butcher RemoteRef: HEAD RemoteSha: fd35471f9ac69d5c9309e69cba0160779be96ed9 NeedsCompilation: no Packaged: 2026-06-07 08:04:41 UTC; root Author: Joyce Cahoon [aut] (ORCID: ), Davis Vaughan [aut], Max Kuhn [cre, aut] (ORCID: ), Alex Hayes [aut], Julia Silge [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn