Package 'RcppArray'

Title: 'Rcpp' Meets 'C++' Arrays
Description: Interoperability between 'Rcpp' and the 'C++11' array and tuple types. Linking to this package allows fixed-length 'std::array' objects to be converted to and from equivalent R vectors, and 'std::tuple' objects converted to lists, via the as() and wrap() functions. There is also experimental support for 'std::span' from 'C++20'.
Authors: Jon Clayden [cre, aut] , Dirk Eddelbuettel [aut], Andrew Johnson [ctb]
Maintainer: Jon Clayden <[email protected]>
License: GPL-2
Version: 0.3.0
Built: 2025-03-09 05:26:35 UTC
Source: https://github.com/jonclayden/rcpparray

Help Index