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
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
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
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
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