Rcpp R/C++ interface package
Description
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.