Description Introduction Usage for package building History Author(s) References Examples
The Rcpp package provides C++ classes that
greatly facilitate interfacing C or C++ code in R packages using
the .Call
interface provided by R.
Rcpp provides C++ classes to facilitate manipulation of a large number of R data structures : vectors, functions, environments, ...
The “Rcpp-introduction” vignette gives an introduction on the package
The “Rcpp-package” vignette documents how to use Rcpp in client packages.
The initial versions of Rcpp were written by Dominick Samperi during 2005 and 2006.
Dirk Eddelbuettel made some additions, and became maintainer in 2008.
Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009.
Dirk Eddelbuettel and Romain Francois
Dirk Eddelbuettel and Romain Francois (2011). Rcpp: Seamless R
and C++ Integration. Journal of Statistical Software,
40(8), 1-18. URL http://www.jstatsoft.org/v40/i08/ and
available as vignette("Rcpp-introduction")
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.