tidymodels / spatialsample

Create and summarize spatial resampling objects 🗺
https://spatialsample.tidymodels.org
Other
71 stars 5 forks source link

Reexport get_rsplit (Fixes #143) #144

Closed mikemahoney218 closed 1 year ago

mikemahoney218 commented 1 year ago

Reading #143, I realize now that analysis() and assessment() are actually already re-exported. I think get_rsplit() is the only really core utility worth re-exporting at this point; it seems fine that if you're going to do complex rset manipulation, you need to load rsample yourself.

Fixes #143 (for some reason the commit message and PR title didn't automatically link the issue :thinking: )

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.