Rcpp11 3.1.2.0 was released to CRAN, as the ultimate C++11 companion to R 3.1.2 on which it depends.
The NEWS extract follows:
# Rcpp11 3.1.2
* New `wrap` implementation for `std::tuple<Args...>` (#195)
* `colnames` and `rownames` setters for matrices (#210).
* Most sugar functions are now processing the expression in parallel.
* Forbidden symbols from the C/R API are no longer directly used, so packages can use Rcpp11 without getting the NOTE as before.
This release marks departure from compromision. Rcpp11 used to compromise on the meaning of C++11 to satisfy platforms for which the available tooling was laging behind, most notoriously windows ...
[Read more...]