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

Last updated: May 19,2024

1. Install "r-cran-rcpp" package

This guide let you learn how to install r-cran-rcpp on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-cran-rcpp" package

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

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

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

Package: r-cran-rcpp
Priority: optional
Section: universe/math
Installed-Size: 8694
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Source: rcpp
Version: 0.12.3-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), r-base-core (>= 3.2.3-1), r-api-3, littler, r-cran-pkgkitten
Suggests: r-cran-inline
Filename: pool/universe/r/rcpp/r-cran-rcpp_0.12.3-1_amd64.deb
Size: 2073206
MD5sum: 19ef55bce9dd86e8d1c8f87fed637544
SHA1: 958688e6ca95a876912a6f79b5b56fb04937efb5
SHA256: 5ef0e7af8f78668ae0c23b260a83dee8eb9cd0e4205d8115db21fbfdd2a21c4e
Description-en: GNU R package for Seamless R and C++ Integration
The Rcpp package provides R functions as well as C++ classes which
offer a seamless integration of R and C++. Many R data types and objects can be
mapped back and forth to C++ equivalents which facilitates both writing of new
code as well as easier integration of third-party libraries. Documentation
about Rcpp is provided by several vignettes included in this package, via the
Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
'citation("Rcpp")' for details on these last two.
Description-md5: 5175ba31aa847a8a43df6b39a3b51bfd
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu