Rcpp (1.1.0)
Published 2026-02-24 13:47:03 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("Rcpp")About this package
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 <https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013,Seamless R and C++ Integration
Dependencies
| Imports | methods, utils |
| Suggests | tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2) |