CRAN/E | RcppArray

RcppArray

'Rcpp' Meets 'C++' Arrays

Installation

About

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

github.com/jonclayden/RcppArray
Bug report File report

Key Metrics

Version 0.3.0
Published 2023-11-08 182 days ago
Needs compilation? yes
License GPL-2
CRAN checks RcppArray results

Downloads

Yesterday 10 0%
Last 7 days 34 -38%
Last 30 days 166 +1%
Last 90 days 471 -41%
Last 365 days 2.185 +250%

Maintainer

Maintainer

Jon Clayden

code@clayden.org

Authors

Jon Clayden

cre / aut

Dirk Eddelbuettel

aut

Andrew Johnson

ctb

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RcppArray archive

Imports

Rcpp

Suggests

tinytest

LinkingTo

Rcpp