Skip to content

Commit

Permalink
revdepcheck::cloud_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Mar 16, 2022
1 parent 3a77a53 commit 0a99fd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
6 changes: 0 additions & 6 deletions revdep/README.md
Expand Up @@ -7,9 +7,3 @@
|bayesmodels |? | | | |
|rebook |? | | | |

## New problems (1)

|package |version |error |warning |note |
|:----------------------------------------|:-------|:------|:-------|:----|
|[workflowsets](problems.md#workflowsets) |0.1.0 |__+1__ | | |

10 changes: 1 addition & 9 deletions revdep/cran.md
Expand Up @@ -2,14 +2,6 @@

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 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* workflowsets
checking tests ... ERROR

40 changes: 1 addition & 39 deletions revdep/problems.md
@@ -1,39 +1 @@
# workflowsets

<details>

* Version: 0.1.0
* GitHub: https://github.com/tidymodels/workflowsets
* Source code: https://github.com/cran/workflowsets
* Date/Publication: 2021-07-22 14:00:02 UTC
* Number of recursive dependencies: 124

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

</details>

## Newly broken

* checking tests ... ERROR
```
Running ‘spelling.R’
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─hardhat::extract_fit_engine(car_set_1, id = "reg_lm")
8. └─workflowsets:::extract_fit_engine.workflow_set(car_set_1, id = "reg_lm")
9. ├─hardhat::extract_fit_engine(y$info[[1]]$workflow[[1]])
10. └─workflows:::extract_fit_engine.workflow(y$info[[1]]$workflow[[1]])
11. ├─hardhat::extract_fit_parsnip(x)
12. └─workflows:::extract_fit_parsnip.workflow(x)
13. └─rlang::abort(...)
[ FAIL 1 | WARN 4 | SKIP 6 | PASS 316 ]
Error: Test failures
Execution halted
```

*Wow, no problems at all. :)*

0 comments on commit 0a99fd4

Please sign in to comment.