RcppExamples: Examples using Rcpp to interface R and C++

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. It is not even close. It does however provide a few example based on both the (deprecated) ‘classic’ API and the current Rcpp API which supercedes it. As such, it can help in porting from the older API to the newer API.

Version: 0.1.3
Depends: R (≥ 2.11.0), Rcpp (≥ 0.9.9), RcppClassic
LinkingTo: RcppClassic, Rcpp
Suggests: RUnit
Published: 2011-12-30
Author: Dirk Eddelbuettel and Romain Francois, based on code written during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
License: GPL (≥ 2)
URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
CRAN checks: RcppExamples results

Downloads:

Package source: RcppExamples_0.1.3.tar.gz
MacOS X binary: RcppExamples_0.1.3.tgz
Windows binary: RcppExamples_0.1.3.zip
Reference manual: RcppExamples.pdf
News/ChangeLog:NEWS ChangeLog
Old sources: RcppExamples archive