How to Install and Uninstall r-cran-rsample Package on Kali Linux

Last updated: May 18,2024

1. Install "r-cran-rsample" package

Please follow the guidelines below to install r-cran-rsample on Kali Linux

$ sudo apt update $ sudo apt install r-cran-rsample

2. Uninstall "r-cran-rsample" package

This tutorial shows how to uninstall r-cran-rsample on Kali Linux:

$ sudo apt remove r-cran-rsample $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-rsample package on Kali Linux

Package: r-cran-rsample
Version: 1.2.0+dfsg-1
Installed-Size: 661
Maintainer: Debian R Packages Maintainers
Architecture: all
Depends: r-api-4.0, 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 (>= 0.4.10), r-cran-slider (>= 0.1.5), r-cran-tibble, r-cran-tidyr, r-cran-tidyselect, r-cran-vctrs (>= 0.5.0)
Recommends: r-cran-broom, r-cran-covr, r-cran-ggplot2, r-cran-knitr, r-cran-modeldata, r-cran-recipes (>= 0.1.4), r-cran-rmarkdown, r-cran-testthat (>= 3.0.0), r-cran-whisker, r-cran-withr, r-cran-xml2
Size: 424748
SHA256: 69f716ced31deddf967c1c138bf8f48392ca6e20742c351ad2d0bd6dd213fab5
SHA1: 6a7a030caddeb4b130daa3c78b7979b458de778f
MD5sum: 3005f278e4f1e08338567afd8a7d3c5d
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.
Description-md5:
Homepage: https://cran.r-project.org/package=rsample
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-rsample/r-cran-rsample_1.2.0+dfsg-1_all.deb