How to Install and Uninstall r-cran-rcpparmadillo Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "r-cran-rcpparmadillo" package

This guide covers the steps necessary to install r-cran-rcpparmadillo on Ubuntu 20.10 (Groovy Gorilla)

$ 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 20.10 (Groovy Gorilla):

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

3. Information about the r-cran-rcpparmadillo package on Ubuntu 20.10 (Groovy Gorilla)

Package: r-cran-rcpparmadillo
Architecture: amd64
Version: 0.9.900.2.0-2
Priority: optional
Section: universe/gnu-r
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6422
Depends: libblas3 | libblas.so.3, libc6 (>= 2.29), libgcc-s1 (>= 3.0), liblapack3 | liblapack.so.3, libstdc++6 (>= 9), r-base-core (>= 4.0.2-1), r-api-4.0, r-cran-rcpp (>= 0.11.0), r-cran-pkgkitten
Filename: pool/universe/r/r-cran-rcpparmadillo/r-cran-rcpparmadillo_0.9.900.2.0-2_amd64.deb
Size: 1126080
MD5sum: ebfda69c1d0811541d18098c97bb71f1
SHA1: 8eff1bb38f79d36604e5c16e8e7b45db8d4f627b
SHA256: 7dad542e663a8c3c5fd013adef17b4a5cf8fa09b6fd33dbd9b2738b99d57e197
SHA512: 23df61405d9906217d307b4415f850121c09a019703308f655f302cf7ca02206f3514301580d7379388d56b7e30ab62d2975b269e47cf038ef7ed1491869b804
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