swh:1:snp:cae2596088bc8b92147ee77a766423472ecb4710
Raw File
Tip revision: 85593ceebd4806e3565e9cdde8c93d88fda4b42d authored by Dirk Eddelbuettel on 30 November 2008, 16:47:24 UTC
version 0.6.1
Tip revision: 85593ce
DESCRIPTION
Package: Rcpp
Title: Rcpp R/C++ interface library and package template
Version: 0.6.1
Date: $Date: 2008-11-27 14:19:37 -0600 (Thu, 27 Nov 2008) $
Author: Dominick Samperi and Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: R/C++ interface class library and package template. 
 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) data frame, 
 and function. It supports calling R functions from C++. 
 See the package documentation file doc/RcppAPI.pdf for more 
 information, including details on building binary R packages 
 for Windows.
Depends: R (>= 2.0.0)
SystemRequirements: None
License: LGPL (>= 2.1)
Packaged: Sun Nov 30 11:47:24 2008; edd
back to top