Authors: | Dirk Eddelbuettel, Romain Francois | ||||
Title: | Rcpp: Seamless R and C++ Integration | ||||
Abstract: | 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 extensible concepts which include broad support for C++ Standard Template Library idioms. C++ code can both be compiled, linked and loaded on the fly, or added via packages. Flexible error and exception code handling is provided. Rcpp substantially lowers the barrier for programmers wanting to combine C++ code with R. | ||||
Page views:: 37818. Submitted: 2010-11-15. Published: 2011-04-13. |
|||||
Paper: |
Rcpp: Seamless R and C++ Integration
Download PDF
(Downloads: 25350)
|
||||
Supplements: |
| ||||
DOI: |
10.18637/jss.v040.i08
|
![]() This work is licensed under the licenses Paper: Creative Commons Attribution 3.0 Unported License Code: GNU General Public License (at least one of version 2 or version 3) or a GPL-compatible license. |