Package: spatialsample
Title: Spatial Resampling Infrastructure
Version: 0.1.0
Authors@R: c(
    person(given = "Julia",
           family = "Silge",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3671-836X"),
           email = "julia.silge@rstudio.com"),
    person("RStudio", role = "cph")
    )
Description: Functions and classes for spatial resampling to use with the 
    'rsample' package, such as spatial cross-validation (Brenning, 2012) 
    <doi:10.1109/IGARSS.2012.6352393>. 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.2)
Imports: dplyr (>= 1.0.0), purrr, rlang, rsample (>= 0.0.9), tibble,
        tidyselect, vctrs (>= 0.3.6)
Suggests: ggplot2, knitr, modeldata, rmarkdown, tidyr, testthat (>=
        3.0.0), yardstick, covr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-02 23:34:32 UTC; juliasilge
Author: Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>),
  RStudio [cph]
Maintainer: Julia Silge <julia.silge@rstudio.com>
Repository: CRAN
Date/Publication: 2021-03-04 09:30:05 UTC
Built: R 4.0.2; ; 2021-03-06 12:51:53 UTC; unix
