Skip to content

Commit

Permalink
Merge pull request #127 from tidymodels/rc/0.2.4
Browse files Browse the repository at this point in the history
RC 0.2.4
  • Loading branch information
DavisVaughan authored Oct 12, 2021
2 parents ad60b7a + 1c998e1 commit e9f37fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: workflows
Title: Modeling Workflows
Version: 0.2.3.9000
Version: 0.2.4
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# workflows (development version)
# workflows 0.2.4

* `add_model()` and `update_model()` now use `...` to separate the required
arguments from the optional arguments, forcing optional arguments to be
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

## revdepcheck results

We checked 10 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 21 reverse dependencies (20 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

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

### New problems
## Submission 0.2.4

* finetune has an overly strict test that expects silence. We have soft-deprecated the `pull_*()` functions in workflows, and now throw a warning during the testing process when they are called. This warning causes that finetune test to fail. We will quickly fix the call to the `pull_*()` functions upstream in tune, and that should fix finetune. We maintain all of the previously mentioned packages.
This is a patch release mainly intended to fix a lazy S3 registration issue for `generics::required_pkgs()`.

## Submission 0.2.3

Expand Down

0 comments on commit e9f37fc

Please sign in to comment.