as<>()
and
wrap()
converters as noted below in the NEWS
entry.
Courtesy of CRANberries, there are diffstat reports for the most recent release. Questions, comments etc about RcppEigen should go to the rcpp-devel mailing list off the R-Forge page.Changes in RcppEigen version 0.3.2.2.0 (2014-08-19)
Updated to version 3.2.2 of Eigen
Rcpp::as()
now supports the conversion from R vector to “row array”, i.e.,Eigen::Array<T, 1, Eigen::Dynamic>
Rcpp::as()
now supports the conversion fromdgRMatrix
(row oriented sparse matrices, defined in Matrix package) toEigen::MappedSparseMatrix<T, Eigen::RowMajor>
Conversion from R matrix to
Eigen::MatrixXd
andEigen::ArrayXXd
usingRcpp::as()
no longer gives compilation errors
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.