How to Install and Uninstall r-cran-rcpparmadillo Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "r-cran-rcpparmadillo" package

This is a short guide on how to install r-cran-rcpparmadillo on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "r-cran-rcpparmadillo" package

This tutorial shows how to uninstall r-cran-rcpparmadillo on Ubuntu 21.10 (Impish Indri):

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

3. Information about the r-cran-rcpparmadillo package on Ubuntu 21.10 (Impish Indri)

Package: r-cran-rcpparmadillo
Architecture: amd64
Version: 0.10.2.2.0-1
Priority: optional
Section: universe/gnu-r
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6491
Depends: libblas3 | libblas.so.3, libc6 (>= 2.29), libgcc-s1 (>= 3.0), liblapack3 | liblapack.so.3, libstdc++6 (>= 9), r-base-core (>= 4.0.4-1build1), r-api-4.0, r-cran-rcpp (>= 0.11.0), r-cran-pkgkitten
Filename: pool/universe/r/r-cran-rcpparmadillo/r-cran-rcpparmadillo_0.10.2.2.0-1_amd64.deb
Size: 1128372
MD5sum: 06db9f5c10232d04faec0d9f8825ccde
SHA1: accffcf1c36b29b01d4a74f90417bbb802847619
SHA256: 2fe25fe102110ffb783f51304ed522f7824a48c6cab64ef7bdf65270fc6fa504
SHA512: f7823c0718c43965d78985d84d6b87aa1fd1b86039e7421f2cffae30da0d25085d2d13f0a04918757b7cc9912061e555ccb65bf58a1d454841c9d522aaeb04ed
Homepage: https://cran.r-project.org/package=RcppArmadillo
Description-en: 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: c309bfc794234cf603128f6808096f81