diff --git a/DESCRIPTION b/DESCRIPTION index 2dc417e7..bfba306c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: workflows Title: Modeling Workflows -Version: 0.2.4.9002 +Version: 0.2.5 Authors@R: c( person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")), person("RStudio", role = c("cph", "fnd")) diff --git a/NEWS.md b/NEWS.md index 314347a5..fdcd3e99 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# workflows (development version) +# workflows 0.2.5 * Improved error message in `workflow_variables()` if either `outcomes` or `predictors` are missing (#144). diff --git a/cran-comments.md b/cran-comments.md index 47ed1ddf..a7bdd2c3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,13 @@ ## revdepcheck results -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 checked 27 reverse dependencies (25 from CRAN + 2 from Bioconductor), 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.2.5 + +This is a small release that adds methods for `extract_parameter_set_dials()` and `extract_parameter_dials()` for workflows objects. ## Submission 0.2.4 diff --git a/revdep/README.md b/revdep/README.md index 03d42ae9..ea3c0363 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,23 +1,9 @@ -# Platform - -|field |value | -|:--------|:-------------------------------------------| -|version |R version 4.1.1 Patched (2021-10-08 r81024) | -|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-10-12 | - -# Dependencies +# Revdeps -|package |old |new |Δ | -|:---------|:-----|:----------|:--| -|workflows |0.2.3 |0.2.3.9000 |* | -|tidyr |NA |1.1.4 |* | +## Failed to check (2) -# Revdeps +|package |version |error |warning |note | +|:-----------|:-------|:-----|:-------|:----| +|bayesmodels |? | | | | +|rebook |? | | | | diff --git a/revdep/cran.md b/revdep/cran.md index b4e1ce64..93124057 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,6 +1,6 @@ ## revdepcheck results -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 checked 27 reverse dependencies (25 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages diff --git a/revdep/failures.md b/revdep/failures.md index 9a207363..af8de750 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1 +1,70 @@ -*Wow, no problems at all. :)* \ No newline at end of file +# bayesmodels + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/bayesmodels +* Number of recursive dependencies: 252 + +Run `cloud_details(, "bayesmodels")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` +# rebook + +
+ +* Version: NA +* GitHub: NA +* Source code: https://github.com/cran/rebook +* Number of recursive dependencies: 71 + +Run `cloud_details(, "rebook")` for more info + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +```