https://github.com/cran/Rcpp
Revision ba24d16eaae0bf776373b2aa2b69fcb13e56daff authored by Dirk Eddelbuettel on 02 December 2008, 00:00:00 UTC, committed by Gabor Csardi on 02 December 2008, 00:00:00 UTC
1 parent bc0e5d1
Raw File
Tip revision: ba24d16eaae0bf776373b2aa2b69fcb13e56daff authored by Dirk Eddelbuettel on 02 December 2008, 00:00:00 UTC
version 0.6.2
Tip revision: ba24d16
DESCRIPTION
Package: Rcpp
Title: Rcpp R/C++ interface library and package template
Version: 0.6.2
Date: $Date: 2008-12-02 21:43:07 -0600 (Tue, 02 Dec 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: Tue Dec  2 21:43:41 2008; edd
back to top