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-01-08 16:57:38 UTC |
Source: |
https://github.com/jonclayden/rcpparray |
Help Index