The main bug fix is a change in the in-place version of reshape()
.
This in turn caused the CRAN package
Amelia to fail, but
some diligent debugging by Conrad (which was much appreciated) revealed that
the error was in fact in
RcppArmadillo
where we did not set the matrix flag properly in the
constructor. The corresponding one-character fix had been made in this release.
Another package exhibiting an issue is
unmarked. It needs
to make the target variable of reshape
a matrix object in a
handful of places. I sent the authors a small patch addressing this but have
not yet heard back.
The complete list of changes is below. In the meantime, I have also done
some work on a new as()
and wrap()
converters for
sparse matrices; a first implementation is in SVN.
Courtesy of CRANberries, there is also a diffstat report for the most recent release As always, more detailed information is on the RcppArmadillo page. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page.Changes in RcppArmadillo version 0.3.900.7 (2013-08-02)
Upgraded to Armadillo release Version 3.900.7 (Bavarian Sunflower)
minor fix for inplace
reshape()
minor corrections for compilation issues under GCC 4.8+ and MSVC
Corrected setting of
vec_stats
in intialization of row, vector and matrix objectsThe inline package is no longer used in the examples and unit tests which have all been converted to using Rcpp attributes