Package: rsample
Title: General Resampling Infrastructure
Version: 0.0.1
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, rlang, tidyr, methods
Depends: R (>= 3.3.3), broom
Suggests: ggplot2, testthat, rmarkdown, knitr
URL: https://topepo.github.io/rsample
BugReports: https://github.com/topepo/rsample/issues
License: GPL-2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-07 20:15:16 UTC; max
Author: Max Kuhn [aut, cre],
  Hadley Wickham [aut],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2017-07-08 03:31:17 UTC
