How to Install and Uninstall R-Rcpp.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "R-Rcpp.x86_64" package

Please follow the guidelines below to install R-Rcpp.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install R-Rcpp.x86_64

2. Uninstall "R-Rcpp.x86_64" package

Please follow the instructions below to uninstall R-Rcpp.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove R-Rcpp.x86_64 $ sudo dnf autoremove

3. Information about the R-Rcpp.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:43:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : R-Rcpp
Version : 1.0.6
Release : 1.el8
Architecture : x86_64
Size : 1.6 M
Source : R-Rcpp-1.0.6-1.el8.src.rpm
Repository : epel
Summary : Seamless R and C++ Integration
URL : https://cran.r-project.org/package=Rcpp
License : GPLv2+ and Boost
Description : 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 the last two.