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] (ORCID: <https://orcid.org/0000-0002-6608-0619>),
Dirk Eddelbuettel [aut],
Andrew Johnson [ctb] (ORCID: <https://orcid.org/0000-0001-7000-8065>) |
| Maintainer: |
Jon Clayden <[email protected]> |
| License: |
GPL-2 |
| Version: |
0.3.0 |
| Built: |
2026-05-09 07:49:39 UTC |
| Source: |
https://github.com/jonclayden/rcpparray |
Help Index