tidymodels / spatialsample

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

Require newer sf version #113

Closed mikemahoney218 closed 1 year ago

mikemahoney218 commented 2 years ago

The problem

We use st_make_grid() to underpin spatial_block_cv(). There's a new patch in sf (following https://github.com/r-spatial/sf/issues/1993 ) that will make cellsize able to handle unit objects; we should watch sf and update our minimum to > 1.0-8 when a new version hits CRAN.

github-actions[bot] commented 1 year ago

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.