Thanks for the R package! This works for me in scenarios where spatialsample doesn't. However, I'm finding the experience to be very invasive.
Rather than being opt out, it would be nice if the plot and "report" were opt-in instead.
set.seed(0)
grid <- sf::st_make_grid(cellsize = c(1, 1), offset = c(0, 0), n = c(70, 100))
folds <- blockCV::cv_spatial(grid, k = 5)
#> |======================================================================| 100%
#> train test
#> 1 5584 1416
#> 2 5617 1383
#> 3 5615 1385
#> 4 5616 1384
#> 5 5568 1432

Created on 2026-06-07 with reprex v2.1.1
Thanks!
Thanks for the R package! This works for me in scenarios where spatialsample doesn't. However, I'm finding the experience to be very invasive.
Rather than being opt out, it would be nice if the plot and "report" were opt-in instead.
Created on 2026-06-07 with reprex v2.1.1
Thanks!