Package: rsample
Title: General Resampling Infrastructure
Version: 0.1.0
Authors@R: c(
    person(given = "Julia", family = "Silge",    email = "julia.silge@rstudio.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3671-836X")),
    person(given = "Fanny",  family = "Chow",    email = "fannybchow@gmail.com",    role = c("aut")),
    person(given = "Max",    family = "Kuhn",    email = "max@rstudio.com",         role = c("aut")),
    person(given = "Hadley", family = "Wickham", email = "hadley@rstudio.com",      role = c("aut")),
    person("RStudio", role = "cph"))
Maintainer: Julia Silge <julia.silge@rstudio.com>
Description: Classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation). 
Imports: dplyr (>= 1.0.0), purrr, tibble, rlang (>= 0.4.10), methods,
        generics, tidyselect, furrr, tidyr, vctrs (>= 0.3.0), slider
        (>= 0.1.5), ellipsis, lifecycle
Depends: R (>= 3.2)
Suggests: utils, stats, ggplot2, testthat, rmarkdown, knitr, recipes
        (>= 0.1.4), broom, xml2, covr, modeldata
URL: https://rsample.tidymodels.org,
        https://github.com/tidymodels/rsample
BugReports: https://github.com/tidymodels/rsample/issues
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.1.9001
NeedsCompilation: no
Packaged: 2021-05-08 00:24:48 UTC; juliasilge
Author: Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>),
  Fanny Chow [aut],
  Max Kuhn [aut],
  Hadley Wickham [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2021-05-08 04:50:02 UTC
