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++. Several examples are included.
| Version: | 0.6.8 |
| Depends: | R (≥ 2.0.0) |
| Published: | 2009-11-10 |
| Author: | Dirk Eddelbuettel with contributions by Simon Urbanek and David Reiss |
| Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
| License: | LGPL (≥ 2.1) |
| URL: | http://dirk.eddelbuettel.com/code/rcpp.html |
| SystemRequirements: | None |
| In views: | HighPerformanceComputing |
| CRAN checks: | Rcpp results |
| Package source: | Rcpp_0.6.8.tar.gz |
| MacOS X binary: | Rcpp_0.6.8.tgz |
| Windows binary: | Rcpp_0.6.8.zip |
| Reference manual: | Rcpp.pdf |
| News/ChangeLog: | ChangeLog |
| Old sources: | Rcpp archive |
| Reverse depends: | RInside, RQuantLib |