Rcpp: Rcpp R/C++ interface package

R/C++ interface classes and examples The Rcpp library maps data types betweeen R and C++, and includes support for R types real, integer, character, vector, matrix, Date, datetime (i.e. POSIXct) at microsecond resolution, data frame, and function. It also supports calling R functions from C++.

Version: 0.6.5
Depends: R (≥ 2.0.0)
Published: 2009-04-03
Author: Dirk Eddelbuettel with contributions by Simon Urbanek and David Reiss
Maintainer: Dirk Eddelbuettel <edd at debian.org>
License: LGPL (≥ 2.1)
SystemRequirements: None
In views: HighPerformanceComputing
CRAN checks: Rcpp results

Downloads:

Package source: Rcpp_0.6.5.tar.gz
MacOS X binary: Rcpp_0.6.5.tgz
Windows binary: Rcpp_0.6.5.zip
Reference manual: Rcpp.pdf
Vignettes: R/C++ Interface API Documentation
News/ChangeLog:ChangeLog
Old sources: Rcpp archive

Reverse dependencies:

Reverse depends: RQuantLib