Package: butcher
Title: Model Butcher
Version: 0.3.0
Authors@R: c(
    person("Joyce", "Cahoon", , "joyceyu48@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0001-7217-4702")),
    person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),
    person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
    person("Alex", "Hayes", , "alexpghayes@gmail.com", role = "aut"),
    person("Julia", "Silge", , "julia.silge@rstudio.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("RStudio", role = c("cph", "fnd"))
  )
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 (>= 3.4.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, clisymbols, covr, ddalpha, dimRed, dplyr, e1071,
        earth, flexsurv, fs, ipred, kernlab, kknn, knitr, MASS, mda,
        mgcv, modeldata, nnet, parsnip (>= 0.1.6), pkgload, pls,
        QSARdata, randomForest, ranger, RANN, recipes (>= 0.2.0),
        rmarkdown, rpart, rsample, RSpectra, survival (>= 3.2-10),
        testthat (>= 3.0.0), TH.data, usethis (>= 1.5.0), xgboost (>=
        1.3.2.1)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-24 20:55:20 UTC; davis
Author: Joyce Cahoon [aut] (<https://orcid.org/0000-0001-7217-4702>),
  Davis Vaughan [aut],
  Max Kuhn [aut],
  Alex Hayes [aut],
  Julia Silge [cre, aut] (<https://orcid.org/0000-0002-3671-836X>),
  RStudio [cph, fnd]
Maintainer: Julia Silge <julia.silge@rstudio.com>
Repository: CRAN
Date/Publication: 2022-08-25 08:52:38 UTC
