Skip to content

Commit

Permalink
Merge pull request #142 from tidymodels/rc/0.2.5
Browse files Browse the repository at this point in the history
RC 0.2.5
  • Loading branch information
DavisVaughan authored Mar 17, 2022
2 parents 6733722 + abaec12 commit 637b668
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 25 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.4.9002
Version: 0.2.5
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("RStudio", role = c("cph", "fnd"))
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.5

* Improved error message in `workflow_variables()` if either `outcomes` or
`predictors` are missing (#144).
Expand Down
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
26 changes: 6 additions & 20 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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 |? | | | |

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 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
Expand Down
71 changes: 70 additions & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
*Wow, no problems at all. :)*
# bayesmodels

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/bayesmodels
* Number of recursive dependencies: 252

Run `cloud_details(, "bayesmodels")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
# rebook

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/rebook
* Number of recursive dependencies: 71

Run `cloud_details(, "rebook")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```

0 comments on commit 637b668

Please sign in to comment.