Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.9000
Version: 0.1.4
Authors@R:
c(person(given = "Joyce",
family = "Cahoon",
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.1.4

* Ensure butcher is compatible with recipes 0.1.16, where a few steps have been
renamed.
Expand Down
20 changes: 19 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 notes

New maintainer:
Davis Vaughan <davis@rstudio.com>
Old maintainer(s):
Joyce Cahoon <joyceyu48@gmail.com>

## revdepcheck results

We checked 4 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.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

Expand Down
7 changes: 5 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/New_York |
|date |2021-03-03 |
|date |2021-03-18 |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|butcher |0.1.2 |0.1.2.9000 |* |
|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 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 4 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