Open hfrick opened 2 months 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.
int_*()
bootstraps
https://github.com/tidymodels/rsample/blob/bdf12e17d0e2f09b7da195fc7110bc1d16d15a22/tests/testthat/_snaps/bootci.md?plain=1#L152-L172
These also need updating ~or removal~:
https://github.com/tidymodels/rsample/blob/bdf12e17d0e2f09b7da195fc7110bc1d16d15a22/tests/testthat/_snaps/bootci.md?plain=1#L176-L188
The
int_*()
used to work with data frames, this changed with #435 where we turned them into methods forbootstraps
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