[Rd] RcppTemplate user alert

2010-01-14 Thread Dominick Samperi
If there are any users of RcppTemplate package Version 6+ please let me know ASAP as I will probably reorganize this package to limit confusion and overlap with the package Rcpp. Since the package Rcpp which forked from an earlier version of RcppTemplate seems to have the support of many people in

[Rd] RcppTemplate

2009-11-09 Thread Dominick Samperi
The Rcpp R/C++ object mapping library and package template has been updated on CRAN in package RcppTemplate. It allows you to work with R objects like data frames and zoo time series in C++ programs. R can call C++ functions, and C++ objects can call R functions, with parameters and return values

[Rd] RcppTemplate

2009-11-08 Thread Dominick Samperi
The Rcpp R/C++ object mapping library and package template has been updated on CRAN in package RcppTemplate. It allows you to work with R objects like data frames and zoo time series in C++ programs. R can call C++ functions, and C++ objects can call R functions, with parameters and return values

[Rd] RcppTemplate 4.0 with data frame support

2006-07-11 Thread Dominick Samperi
Data frame support has been added to the package RcppTemplate 4.0, a template/class library that facilitates the use of C++ libraries from R. On the C++ side the code might look something like: RcppFrame frame(fp); // Here fp is the input SEXP corresponding to an R data frame. vector > table = f

[Rd] RcppTemplate 2.0 R/C++ interface library update

2006-03-14 Thread Dominick Samperi
The demo package RcppTemplate for the R/C++ interface library Rcpp has been updated for improved portability, with thanks to Brian Ripley for his comments. Please use versions >= 2.0 for maximum portability across platforms. __ R-devel@r-project.org mail