tidymodels / stacks

An R package for tidy stacked ensemble modeling
https://stacks.tidymodels.org
Other
295 stars 27 forks source link

test with dev yardstick #197

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

Do not merge!

Was able to replicate this failure with CRAN stacks---confirming that the check failure with dev yardstick has indeed been fixed.

Changes to worse in reverse depends:

Package: stacks
Check: re-building of vignette outputs
New result: ERROR
  Error(s) in re-building vignettes:
    ...
  --- re-building ‘basics.Rmd’ using rmarkdown
  Quitting from lines 406-408 (basics.Rmd) 
  Error: processing vignette ‘basics.Rmd’ failed with diagnostics:
  ℹ In index: 1.
  ℹ With name: latency.
  Caused by error in `vars_select_eval()`:
  ! Can't subset columns past the end.
  ℹ Locations 180, 39, 224, …, 160, and 183 don't exist.
  ℹ There are only 7 columns.
  --- failed re-building ‘basics.Rmd’

  --- re-building ‘classification.Rmd’ using rmarkdown
  --- finished re-building ‘classification.Rmd’

  SUMMARY: processing the following file failed:
    ‘basics.Rmd’

  Error: Vignette re-building failed.
  Execution halted
github-actions[bot] commented 1 year ago

This pull request 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.