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

Last updated: May 18,2024

1. Install "r-cran-rcpparmadillo" package

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

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

2. Uninstall "r-cran-rcpparmadillo" package

In this section, we are going to explain the necessary steps to uninstall r-cran-rcpparmadillo on Kali Linux:

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

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

Package: r-cran-rcpparmadillo
Version: 0.12.8.0.0-1
Installed-Size: 6555
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Depends: libblas3 | libblas.so.3, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), liblapack3 | liblapack.so.3, libstdc++6 (>= 13.1), r-api-4.0, r-cran-rcpp (>= 0.11.0), r-cran-pkgkitten
Size: 879420
SHA256: bf237974d2ab0233a98a11aca8b01bbbf08545dd644dc5e402d1c0b30709043b
SHA1: 41d508bb608af02f53735e7dfe817d69a08f4b9a
MD5sum: cfdd4ee6ad5495c55624886163e101a3
Description: GNU R package for Armadillo C++ linear algebra library
Armadillo is a templated C++ linear algebra library (by Conrad Sanderson)
that aims towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions are
provided through optional integration with LAPACK and ATLAS libraries.
.
A delayed evaluation approach is employed (during compile time) to combine
several operations into one, and to reduce (or eliminate) the need for
temporaries. This is accomplished through recursive templates and template
meta-programming.
.
This library is useful if C++ has been decided as the language of choice
(due to speed and/or integration capabilities), rather than another language.
.
The RcppArmadillo package includes the header files from the
templated Armadillo library. Thus users do not need to install
Armadillo itself in order to use RcppArmadillo.
.
This Armadillo integration provides a nice illustration of the
capabilities of the Rcpp package for seamless R and C++ integration.
.
Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp
bindings/bridge to Armadillo) is licensed under the GNU GPL version 2
or later, as is the rest of Rcpp.
Description-md5:
Homepage: https://cran.r-project.org/package=RcppArmadillo
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-rcpparmadillo/r-cran-rcpparmadillo_0.12.8.0.0-1_amd64.deb