RcppClassicExamples: Examples using RcppClassic to interface R and C++

The Rcpp package contains a C++ library that facilitates the integration of R and C++ in various ways via a rich API. This API was preceded by an earlier version which has been deprecated since 2010 (but is still supported to provide backwards compatability in the package RcppClassic). This package RcppClassicExamples provides usage examples for the older, deprecated API. There is also a corresponding package RcppExamples package with examples for the newer, current API which we strongly recommend as the basis for all new development.

Version: 0.1.1
Depends: R (≥ 2.15.2), Rcpp (≥ 0.10.2), RcppClassic (≥ 0.9.3)
LinkingTo: Rcpp, RcppClassic
Suggests: RUnit
Published: 2012-12-30
Author: Dirk Eddelbuettel and Romain Francois, based on code written during 2005 and 2006 by Dominick Samperi
Maintainer: Dirk Eddelbuettel <edd at debian.org>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
NeedsCompilation: yes
Materials: NEWS ChangeLog
CRAN checks: RcppClassicExamples results

Downloads:

Reference manual: RcppClassicExamples.pdf
Package source: RcppClassicExamples_0.1.1.tar.gz
Windows binaries: r-devel: RcppClassicExamples_0.1.1.zip, r-release: RcppClassicExamples_0.1.1.zip, r-oldrel: RcppClassicExamples_0.1.1.zip
OS X Snow Leopard binaries: r-release: RcppClassicExamples_0.1.1.tgz, r-oldrel: RcppClassicExamples_0.1.1.tgz
OS X Mavericks binaries: r-release: RcppClassicExamples_0.1.1.tgz
Old sources: RcppClassicExamples archive