Dplyr and vctrs compatibility
Closed this issue · 2 comments
mikemahoney218 commented
We should copy these tests into spatialsample:
https://github.com/tidymodels/rsample/blob/main/tests/testthat/test-compat-dplyr.R
https://github.com/tidymodels/rsample/blob/main/tests/testthat/test-compat-vctrs.R
And then update the compat-dply and compat-vctrs files to support every rset and rsplit class in the package.
mikemahoney218 commented
We may not need the dplyr one because we superclass rset, which handles it
github-actions commented
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.