@@ -4,12 +4,12 @@ Version: 0.3.1.9000
44Authors@R: c(
55 person("Joyce", "Cahoon", , "
[email protected] ", role = "aut",
66 comment = c(ORCID = "0000-0001-7217-4702")),
7- person("Davis", "Vaughan", , "davis@rstudio.com ", role = "aut"),
8- person("Max", "Kuhn", , "max@rstudio.com ", role = "aut"),
7+ person("Davis", "Vaughan", , "davis@posit.co ", role = "aut"),
8+ person("Max", "Kuhn", , "max@posit.co ", role = "aut"),
99 person("Alex", "Hayes", , "
[email protected] ", role = "aut"),
10- person("Julia", "Silge", , "julia.silge@rstudio.com ", role = c("cre", "aut"),
10+ person("Julia", "Silge", , "julia.silge@posit.co ", role = c("cre", "aut"),
1111 comment = c(ORCID = "0000-0002-3671-836X")),
12- person("RStudio ", role = c("cph", "fnd"))
12+ person(given = "Posit, PBC ", role = c("cph", "fnd"))
1313 )
1414Description: Provides a set of S3 generics to axe components of fitted
1515 model objects and help reduce the size of model objects saved to disk.
@@ -18,7 +18,7 @@ URL: https://butcher.tidymodels.org/,
1818 https://github.com/tidymodels/butcher
1919BugReports: https://github.com/tidymodels/butcher/issues
2020Depends:
21- R (>= 3.4 .0)
21+ R (>= 3.5 .0)
2222Imports:
2323 cli (>= 3.3.0),
2424 lobstr (>= 1.1.2),
@@ -45,8 +45,8 @@ Suggests:
4545 fs,
4646 ipred,
4747 kernlab,
48- klaR,
4948 kknn,
49+ klaR,
5050 knitr,
5151 MASS,
5252 mda,
0 commit comments