tidymodels / rsample

Classes and functions to create and summarize resampling objects
https://rsample.tidymodels.org
Other
338 stars 67 forks source link

`int_*()` functions require rsample objects, not just data frames #545

Open hfrick opened 9 hours ago

hfrick commented 9 hours ago

The int_*() used to work with data frames, this changed with #435 where we turned them into methods for bootstraps objects. Let's update the documentation to reflect that and update/remove these tests.

https://github.com/tidymodels/rsample/blob/bdf12e17d0e2f09b7da195fc7110bc1d16d15a22/tests/testthat/_snaps/bootci.md?plain=1#L152-L172

hfrick commented 9 hours ago

These also need updating ~or removal~:

https://github.com/tidymodels/rsample/blob/bdf12e17d0e2f09b7da195fc7110bc1d16d15a22/tests/testthat/_snaps/bootci.md?plain=1#L176-L188