Description
Examples using 'Rcpp' to Interface R and C++.
Description
Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site <http://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.
README.md
RcppExamples
Simple Examples for Rcpp
About
This package regroups a couple of very simple examples for Rcpp.
A large number of more comprehensive examples are provided by the Rcpp Gallery.
Installation
As the package is on CRAN, we can use the common approach of
install.packages("RcppExamples")
Author
Dirk Eddelbuettel and Romain Francois
License
GPL (>= 2)