Eddelbuettel, Dirk; Francois, Romain - In: Journal of Statistical Software 40 (2011) i08
The Rcpp package simplifies integrating C++ code with R. It provides a consistent C++ class hierarchy that maps various types of R objects (vectors, matrices, functions, environments, . . . ) to dedicated C++ classes. Object interchange between R and C++ is managed by simple, flexible and...