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.7)RcppArray_0.3.0.zip(r-4.6)RcppArray_0.3.0.zip(r-4.5)
RcppArray_0.3.0.tgz(r-4.6-x86_64)RcppArray_0.3.0.tgz(r-4.6-arm64)RcppArray_0.3.0.tgz(r-4.5-x86_64)RcppArray_0.3.0.tgz(r-4.5-arm64)
RcppArray_0.3.0.tar.gz(r-4.7-arm64)RcppArray_0.3.0.tar.gz(r-4.7-x86_64)RcppArray_0.3.0.tar.gz(r-4.6-arm64)RcppArray_0.3.0.tar.gz(r-4.6-x86_64)
RcppArray_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
RcppArray/json (API)
NEWS

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

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

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

On CRAN:

Conda:

arraycpp11cpp20rcppspancpp

3.48 score 6 stars 5 scripts 202 downloads 0 exports 1 dependencies

Last updated from:6e99841463. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK135
linux-devel-x86_64OK110
source / vignettesOK145
linux-release-arm64OK108
linux-release-x86_64OK108
macos-release-arm64OK81
macos-release-x86_64OK156
macos-oldrel-arm64OK79
macos-oldrel-x86_64OK148
windows-develOK84
windows-releaseOK79
windows-oldrelOK80
wasm-releaseOK93

Exports:

Dependencies:Rcpp