r-cran-rsample 1.1.1+dfsg-2 source package in Ubuntu

Changelog

r-cran-rsample (1.1.1+dfsg-2) unstable; urgency=medium

  * Rebuild with r-graphics-engine set by r-base
    Closes: #1039881

 -- Andreas Tille <email address hidden>  Thu, 06 Jul 2023 09:58:45 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-rsample_1.1.1+dfsg-2.dsc 2.4 KiB bcc4e5154063ff38d630752d1c457e70a324b66a38bd40018fee806c761bf9e8
r-cran-rsample_1.1.1+dfsg.orig.tar.xz 136.9 KiB 56a2ad09be31dcac87b96c0a87efcf20438c1b50ff2cb6f819614c9bd0369870
r-cran-rsample_1.1.1+dfsg-2.debian.tar.xz 2.9 KiB 6daa4df79b96e0d07b8cebc40864a3472cb98d686ae845b43b75fae057294eb6

Available diffs

No changes file available.

Binary packages built by this source

r-cran-rsample: 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.