RcppArray

Simple compatibility layer between Rcpp and std::array / std::span

Downloads
157
Stars
4

Bot releases are visible (Hide)

RcppArray - Version 0.3.0 Latest Release

Published by jonclayden 12 months ago

  • Support for std::tuple has been added, with help from Andrew Johnson (cf. Rcpp issue #1278). Since this C++ type can hold a mixture of basic types, it converts to and from an R list.