Package: rsample
Title: General Resampling Infrastructure
Version: 0.0.4
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut")),
    person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
Description: Classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation). 
Imports: dplyr, purrr, tibble (>= 2.0.0), rlang, methods, generics
Depends: R (>= 3.1), tidyr
Suggests: ggplot2, testthat, rmarkdown, knitr, AmesHousing, recipes (>=
        0.1.4), broom
URL: https://tidymodels.github.io/rsample
BugReports: https://github.com/tidymodels/rsample/issues
License: GPL-2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-01-07 01:49:42 UTC; max
Author: Max Kuhn [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2019-01-07 17:00:07 UTC
