Package: RcppArray 0.3.0

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

Authors:Jon Clayden [cre, aut], Dirk Eddelbuettel [aut], Andrew Johnson [ctb]

RcppArray_0.3.0.tar.gz
RcppArray_0.3.0.zip(r-4.5)RcppArray_0.3.0.zip(r-4.4)RcppArray_0.3.0.zip(r-4.3)
RcppArray_0.3.0.tgz(r-4.4-x86_64)RcppArray_0.3.0.tgz(r-4.4-arm64)RcppArray_0.3.0.tgz(r-4.3-x86_64)RcppArray_0.3.0.tgz(r-4.3-arm64)
RcppArray_0.3.0.tar.gz(r-4.5-noble)RcppArray_0.3.0.tar.gz(r-4.4-noble)
RcppArray_0.3.0.tgz(r-4.4-emscripten)RcppArray_0.3.0.tgz(r-4.3-emscripten)
RcppArray.pdf |RcppArray.html
RcppArray/json (API)
NEWS

# Install 'RcppArray' in R:
install.packages('RcppArray', repos = c('https://jonclayden.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jonclayden/rcpparray/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

arraycpp11cpp20rcppspan

3.90 score 4 stars 5 scripts 139 downloads 0 exports 1 dependencies

Last updated 2 months agofrom:012ebf345d. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 26 2024
R-4.5-win-x86_64OKOct 26 2024
R-4.5-linux-x86_64OKOct 26 2024
R-4.4-win-x86_64OKOct 26 2024
R-4.4-mac-x86_64OKOct 26 2024
R-4.4-mac-aarch64OKOct 26 2024
R-4.3-win-x86_64OKOct 26 2024
R-4.3-mac-x86_64OKOct 26 2024
R-4.3-mac-aarch64OKOct 26 2024

Exports:

Dependencies:Rcpp