Version: | 0.3.0 |
Date: | 2023-11-06 |
Title: | 'Rcpp' Meets 'C++' Arrays |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | tinytest |
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'. |
Encoding: | UTF-8 |
License: | GPL-2 |
URL: | https://github.com/jonclayden/RcppArray |
BugReports: | https://github.com/jonclayden/RcppArray/issues |
RoxygenNote: | 7.2.3 |
NeedsCompilation: | yes |
Packaged: | 2023-11-08 12:11:22 UTC; jon |
Author: | Jon Clayden |
Maintainer: | Jon Clayden <code@clayden.org> |
Repository: | CRAN |
Date/Publication: | 2023-11-08 12:40:02 UTC |
The 'RcppArray' package
Description
This package presents no user-facing R code, but instead provides linked
packages containing C++ code with the ability to convert easily between R
vector types and the std::array
, std::tuple
and
std::span
classes. See the package README and/or included header
RcppArray.h
for further details.
Author(s)
Maintainer: Jon Clayden code@clayden.org (ORCID)
Authors:
Dirk Eddelbuettel
Other contributors:
Andrew Johnson (ORCID) [contributor]
See Also
Useful links: