diff --git a/DESCRIPTION b/DESCRIPTION index f870b4da..20d41ec8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 3f7b4c2c..20bd7e05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index d53ff0cf..6736bd01 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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