tidymodels / workflowsets

Create a collection of modeling workflows
https://workflowsets.tidymodels.org/
Other
88 stars 8 forks source link

transition from `dplyr::all_equal()` #119

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

Many warnings a la:

`all_equal()` was deprecated in dplyr 1.1.0.
i Please use `all.equal()` instead.
i And manually order the rows/cols as needed
Backtrace:
 1. testthat::expect_true(check_prediction_results(i, car_set_1))
      at test-collect-predictions.R:112:4
 4. workflowsets (local) check_prediction_results(i, car_set_1)
 5. dplyr::all_equal(orig, everythng)
      at test-collect-predictions.R:73:2

on devtools::test().

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.