< Home - < Back

R-Rcpp


Information about the package, R-Rcpp, which is shipped with common Linux distributions. The R-Rcpp package is designed for, Seamless R and C++ Integration.


Package Name:

R-Rcpp

Summary:

Seamless R and C++ Integration

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.

Architecture:

x86_64

Version:

0.12.16

Release:

1.el6

Size:

2.9 M

Repository:

epel

From Repository:

Licence:

GPLv2+ and Boost



Handy Yum Commands for R-Rcpp


Control the R-Rcpp package with the following handy commands outlined below.


Command

Description of Command

yum install R-Rcpp

This command will install R-Rcpp on the server.

yum remove R-Rcpp

This command will un-install R-Rcpp on the server. When you run this command, you will be asked if you are sure that you want to remove R-Rcpp, so you have to manually confirm that you want to do this.

yum -y remove R-Rcpp

This command will un-install R-Rcpp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove R-Rcpp when using the -y flag.

yum update R-Rcpp

This command will update R-Rcpp to the latest version. When you run this command, you will be asked if you are sure that you want to remove R-Rcpp, so you have to manually confirm that you want to do this.

yum -y update R-Rcpp

This command will update R-Rcpp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove R-Rcpp when using the -y flag.

yum info R-Rcpp

This command will show you core information about the R-Rcpp package.

yum deplist R-Rcpp

This command will show you the dependencies for R-Rcpp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update R-Rcpp

This command will check if there is an update waiting on R-Rcpp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.