RcppArray: 'Rcpp' Meets 'C++' Arrays

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'.

Version: 0.3.0
Imports: Rcpp
LinkingTo: Rcpp
Suggests: tinytest
Published: 2023-11-08
Author: Jon Clayden ORCID iD [cre, aut], Dirk Eddelbuettel [aut], Andrew Johnson ORCID iD [ctb]
Maintainer: Jon Clayden <code at clayden.org>
BugReports: https://github.com/jonclayden/RcppArray/issues
License: GPL-2
URL: https://github.com/jonclayden/RcppArray
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: RcppArray results

Documentation:

Reference manual: RcppArray.pdf

Downloads:

Package source: RcppArray_0.3.0.tar.gz
Windows binaries: r-devel: RcppArray_0.3.0.zip, r-release: RcppArray_0.3.0.zip, r-oldrel: RcppArray_0.3.0.zip
macOS binaries: r-release (arm64): RcppArray_0.3.0.tgz, r-oldrel (arm64): RcppArray_0.3.0.tgz, r-release (x86_64): RcppArray_0.3.0.tgz
Old sources: RcppArray archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppArray to link to this page.