Source: r-cran-rsample Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-cli, r-cran-dplyr (>= 1.1.1), r-cran-furrr, r-cran-generics, r-cran-glue, r-cran-lifecycle, r-cran-pillar, r-cran-purrr (>= 1.0.0), r-cran-rlang, r-cran-slider, r-cran-tibble, r-cran-tidyr, r-cran-tidyselect, r-cran-vctrs (>= 0.5.0) Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rsample Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rsample.git Homepage: https://cran.r-project.org/package=rsample Rules-Requires-Root: no Package: r-cran-rsample Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: GNU R general resampling infrastructure Classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation). . A resample is defined as the result of a two-way split of a data set. For example, when bootstrapping, one part of the resample is a sample with replacement of the original data. The other part of the split contains the instances that were not contained in the bootstrap sample. Cross-validation is another type of resampling.