https://github.com/cran/Rcpp
Raw File
Tip revision: bf293a4b991209f9c06102718f0dfa4e583dbe59 authored by Dirk Eddelbuettel on 01 March 2009, 22:43:51 UTC
version 0.6.4
Tip revision: bf293a4
DESCRIPTION
Package: Rcpp
Title: Rcpp R/C++ interface package
Version: 0.6.4
Date: $Date: 2009-03-01 17:43:11 -0600 (Sun, 01 Mar 2009) $
Author: Dirk Eddelbuettel with contributions by 
 Simon Urbanek and David Reiss 
Maintainer: Dirk Eddelbuettel <edd@debian.org>
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++. 
Depends: R (>= 2.0.0)
SystemRequirements: None
License: LGPL (>= 2.1)
Packaged: Sun Mar  1 17:43:51 2009; edd
back to top