How to Install and Uninstall r-cran-rcpparmadillo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "r-cran-rcpparmadillo" package

In this section, we are going to explain the necessary steps to install r-cran-rcpparmadillo on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-cran-rcpparmadillo" package

Please follow the guidelines below to uninstall r-cran-rcpparmadillo on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the r-cran-rcpparmadillo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-rcpparmadillo
Priority: optional
Section: universe/gnu-r
Installed-Size: 4372
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Version: 0.6.500.4.0-1
Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:3.0), liblapack3 | liblapack.so.3, libstdc++6 (>= 5.2), r-base-core (>= 3.2.3-4), r-api-3, r-cran-rcpp (>= 0.11.0), r-cran-pkgkitten
Filename: pool/universe/r/r-cran-rcpparmadillo/r-cran-rcpparmadillo_0.6.500.4.0-1_amd64.deb
Size: 800514
MD5sum: 86abb0fb3fd71963cda6edb5a862d46d
SHA1: 1e81e4a85eb91156427335bad9748654a58d2cef
SHA256: 53e8c689ceed8ba9858288f940888dc6429b77d2f5656ad529206025656cbc40
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
Homepage: http://dirk.eddelbuettel.com/code/rcpp.armadillo.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu