Skip to content

Commit

Permalink
Merge pull request #225 from tidymodels/rc/0.2.0
Browse files Browse the repository at this point in the history
RC 0.2.0
  • Loading branch information
DavisVaughan authored Jun 14, 2022
2 parents 01d4004 + 315c1df commit dd60be0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 42 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ butcher.png
^CODE_OF_CONDUCT\.md$
^\.github$
^revdep$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: butcher
Title: Model Butcher
Version: 0.1.5.9000
Version: 0.2.0
Authors@R: c(
person("Joyce", "Cahoon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7217-4702")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# butcher (development version)
# butcher 0.2.0

* Added an `axe_fitted()` method to butcher the `template` slot for prepped
recipes (@AshesITR, #207).
Expand Down
16 changes: 1 addition & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
## revdepcheck results

We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

## Submission 0.1.5

This release improves butchering support for recipe steps.

## Submission 0.1.4

This release fixes the current CRAN errors related to changes made in the survival package.

This release also changes the maintainer from Joyce to Davis.

## Submission 0.1.3

This is a small patch release containing bug fixes related to parsnip models.
24 changes: 0 additions & 24 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.0 (2020-04-24) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2021-03-18 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|butcher |0.1.3 |0.1.3.9000 |* |
|cli |NA |2.3.1.9000 |* |
|tibble |NA |3.1.0.9000 |* |
|usethis |NA |2.0.1.9000 |* |
|utf8 |NA |1.2.1 |* |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit dd60be0

Please sign in to comment.