RcppEigen 0.3.2.1.0 and 0.3.2.1.1
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Shortly after I prepared the bug-fix / maintenance release 0.3.2.0.3 of
RcppEigen, the code
based was updated to the recent Eigen
release 3.2.1 by Doug Bates. I
wrapped this up in release 0.3.2.1.0 of
RcppEigen.
The next day, Brian Ripley
noticed a build failure on Solaris; and followed up with a better
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
ifdef
test for one problematic line which now also addresses
the equally irrelevant Unix variants of HP, SGI, and AIX (IBM). May it help
someone … In any event, this constituted release 0.3.2.1.1.
The
NEWS
entries for both follow.
Courtesy of CRANberries, there are diffstat reports for the most recent release and preceding 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.1.1 (2014-03-06)
Better
ifdef
on one directory entry feature, with thanks to Brian Ripley.Changes in RcppEigen version 0.3.2.1.0 (2014-03-03)
Updated to version 3.2.0 of Eigen
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.