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 the last two.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.14-3.fc43 | - |
Fedora 42 | 1.0.14-3.fc42 | - |
Fedora 41 | 1.0.14-1.fc41 | - |
Fedora EPEL 9 | 1.0.14-3.el9 | - |
Fedora EPEL 8 | 1.0.14-3.el8 | - |
Fedora EPEL 10.1 | - | 1.0.14-3.el10_1 |
You can contact the maintainers of this package via email at
R-Rcpp dash maintainers at fedoraproject dot org
.