BH release 1.54.0-3
[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.
A new release of our BH package
providing Boost headers for use by R
is now on the CRAN mirrors.
This release is the third based on Boost 1.54.0.
At the request of the maintainer of the recent added
RcppMLPACK package, it adds the
Boost.Heap library.
Boost.Heap
implements priority queues which extend beyond
the corresponding (and somewhat simpler) class in the STL. Key features of
the Boost.Heap
priority queues are mutability, iterators, ability to merge,
stable sort, and comparison.
No other changes were made.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Courtesy of CRANberries, there is also a diffstat report for the most recent release. Comments and suggestions are welcome via the mailing list or issue tracker at the GitHub repo.Changes in version 1.54.0-3 (2014-08-03)
Added Boost Heap library which will be needed by the next version of RcppMLPACK
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.