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

Last updated: July 06,2024

1. Install "r-cran-rcppdist" package

Please follow the step by step instructions below to install r-cran-rcppdist on Kali Linux

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

2. Uninstall "r-cran-rcppdist" package

Please follow the step by step instructions below to uninstall r-cran-rcppdist on Kali Linux:

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

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

Package: r-cran-rcppdist
Version: 0.1.1-2
Installed-Size: 713
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-base-core (>= 4.2.2.20221110-1), r-api-4.0, r-cran-rcpp, r-cran-rcpparmadillo, libblas3 | libblas.so.3, libc6 (>= 2.29), libgcc-s1 (>= 3.0), liblapack3 | liblapack.so.3, libstdc++6 (>= 9)
Recommends: r-cran-testthat
Suggests: r-cran-knitr, r-cran-rmarkdown
Size: 423528
SHA256: 2f99237843a9c05a3503639e3f63b30fef3ad3907da97e9e86b58e1820d595b1
SHA1: 52f0d1652dd63939245342fd932de0de5666ad4f
MD5sum: 8f52a94571d5a6f1250f296876729eb6
Description: 'Rcpp' Integration of Additional Probability Distributions
The 'Rcpp' package provides a C++ library to make it easier
to use C++ with R. R and 'Rcpp' provide functions for a variety of
statistical distributions.
.
Several R packages make functions
available to R for additional statistical distributions. However,
to access these functions from C++ code, a costly call to the R
functions must be made. 'RcppDist' provides a header-only C++ library
with functions for additional statistical distributions that can be
called from C++ when writing code using 'Rcpp' or 'RcppArmadillo'.
Functions are available that return a 'NumericVector' as well as
doubles, and for multivariate or matrix distributions, 'Armadillo'
vectors and matrices.
.
'RcppDist' provides functions for the following distributions:
- the four parameter beta distribution;
- the location-scale t distribution;
- the truncated normal distribution;
- the truncated t distribution;
- a truncated location-scale t distribution;
- the triangle distribution;
- the multivariate normal distribution*;
- the multivariate t distribution*;
- the Wishart distribution*; and
- the inverse Wishart distribution*.
Distributions marked with an asterisk rely on 'RcppArmadillo'.
Description-md5:
Homepage: https://cran.r-project.org/package=RcppDist
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-rcppdist/r-cran-rcppdist_0.1.1-2_amd64.deb