r-rcpp
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.
- Versions: 1.0.14
- Website: https://www.rcpp.org
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rcpp
as follows:
guix install r-rcpp
Or install a particular version:
guix install r-rcpp@1.0.14
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rcpp about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rcpp'><img src='https://packages.guix.gnu.org/packages/r-rcpp/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rcpp)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rcpp][https://packages.guix.gnu.org/packages/r-rcpp/badges/latest-version.svg]]