File: control

package info (click to toggle)
r-cran-rsample 1.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,932 kB
  • sloc: sh: 13; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: r-cran-rsample
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
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.7.0
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.