Package: butcher
Title: Model Butcher
Version: 0.1.1
Authors@R: c(
    person(given = "Joyce",
           family = "Cahoon",
           role = c("aut", "cre"),
           email = "joyceyu48@gmail.com", 
           comment = c(ORCID = "0000-0001-7217-4702")),
    person(given = "Davis",
           family = "Vaughan",
           role = "aut",
           email = "davis@rstudio.com"),
    person(given = "Max",
           family = "Kuhn",
           role = "aut",
           email = "max@rstudio.com"),
    person(given = "Alex",
           family = "Hayes",
           role = "aut",
           email = "alexpghayes@gmail.com"))
Description: Provides a set of five 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://tidymodels.github.io/butcher,
        https://github.com/tidymodels/butcher
BugReports: https://github.com/tidymodels/butcher/issues
Encoding: UTF-8
LazyData: true
Imports: purrr, rlang, lobstr (>= 1.1.1), tibble (>= 2.1.1), usethis
        (>= 1.5.0), fs, utils, methods, modeldata
RoxygenNote: 7.0.0
Suggests: clisymbols, testthat (>= 2.1.0), parsnip, knitr, rmarkdown,
        C50, kknn, rpart, ranger, recipes, rsample, TH.data, ipred,
        survival, MASS, QSARdata, caret, flexsurv, pkgload, sparklyr,
        randomForest, kernlab, earth, covr, e1071, nnet, xgboost,
        dplyr, mda, NMF, dimRed, ddalpha, pls, fastICA, RSpectra, RANN
Depends: R (>= 3.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-07 12:17:16 UTC; jcahoon
Author: Joyce Cahoon [aut, cre] (<https://orcid.org/0000-0001-7217-4702>),
  Davis Vaughan [aut],
  Max Kuhn [aut],
  Alex Hayes [aut]
Maintainer: Joyce Cahoon <joyceyu48@gmail.com>
Repository: CRAN
Date/Publication: 2020-01-08 00:50:02 UTC
