Package: spatialsample Title: Spatial Resampling Infrastructure Version: 0.6.0.9000 Authors@R: c( person("Michael", "Mahoney", , "mike.mahoney.218@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-304X")), person("Julia", "Silge", , "julia.silge@posit.co", role = "aut", comment = c(ORCID = "0000-0002-3671-836X")), person(given = "Posit Software, PBC", role = c("cph", "fnd")) ) Description: Functions and classes for spatial resampling to use with the 'rsample' package, such as spatial cross-validation (Brenning, 2012) . The scope of 'rsample' and 'spatialsample' is to provide the basic building blocks for creating and analyzing resamples of a spatial data set, but neither package includes functions for modeling or computing statistics. The resampled spatial data sets created by 'spatialsample' do not contain much overhead in memory. License: MIT + file LICENSE URL: https://github.com/tidymodels/spatialsample, https://spatialsample.tidymodels.org BugReports: https://github.com/tidymodels/spatialsample/issues Depends: R (>= 3.6) Imports: dplyr (>= 1.0.0), ggplot2, glue, purrr, rlang (>= 1.0.0), rsample (>= 1.1.1), sf (>= 1.0-9), stats, tibble, tidyselect, units, vctrs (>= 0.3.6) Suggests: covr, gifski, knitr, lwgeom, modeldata, rmarkdown, testthat (>= 3.0.0), tidyr, vdiffr, whisker, withr, yardstick LinkingTo: cpp11 VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-12-02 14:03:51 UTC RemoteUrl: https://github.com/tidymodels/spatialsample RemoteRef: HEAD RemoteSha: 9a44b7c2735d7d5be31b79d29c3d34eafa88ba08 NeedsCompilation: yes Packaged: 2026-06-21 09:37:02 UTC; root Author: Michael Mahoney [aut, cre] (ORCID: ), Julia Silge [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Michael Mahoney