r-cran-rsample 1.2.0+dfsg-1 source package in Ubuntu

Changelog

r-cran-rsample (1.2.0+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 12 Sep 2023 06:22:34 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-rsample_1.2.0+dfsg-1.dsc 2.5 KiB 189998ad5b21768c7d9231f091907ead563479f959b3a910460ee1158ccd240f
r-cran-rsample_1.2.0+dfsg.orig.tar.xz 136.7 KiB 3d5aa7c4f91beec57567e76e817cd1f6bb9d6d155fa49f9a719307fe511efd6f
r-cran-rsample_1.2.0+dfsg-1.debian.tar.xz 3.0 KiB 040d2015f47f7cfcd7ea1a84cef390458d71a34c974ef7fd55083ddf2b4b36f4

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.