tidymodels / hardhat

Construct Modeling Packages
https://hardhat.tidymodels.org
Other
103 stars 17 forks source link

fixes for new recipes version #117

Closed topepo closed 4 years ago

topepo commented 4 years ago

With recipes 0.1.8`, there is a revdep failure with

 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  ── 1. Failure: Missing y value returns a 0 column tibble for `outcomes` (@test-m
  Expectation did not fail

  ℹ Writing skeleton files
  ✔ Setting active project to '/private/var/folders/lb/xhxqmcrd7gv302_b1pdfykh80000gn/T/RtmphsiPwv/model'
  ✔ Writing 'R/random_forest-constructor.R'
  ✔ Writing 'R/random_forest-fit.R'
  ✔ Writing 'R/random_forest-predict.R'
  ● Run `devtools::document()`
  ══ testthat results  ═══════════════════════════════════════════════════════════
  [ OK: 400 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
  1. Failure: Missing y value returns a 0 column tibble for `outcomes` (@test-mold-recipe.R#185) 

  Error: testthat unit tests failed
  Execution halted
DavisVaughan commented 4 years ago

Closed by 9cb2abc30685940f4fa91d1b6f3488bf3780e451

github-actions[bot] commented 3 years 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.