Package: RcppArray Version: 0.3.0 Date: 2023-11-06 Title: 'Rcpp' Meets 'C++' Arrays Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"), email="code@clayden.org", comment=c(ORCID="0000-0002-6608-0619")), person("Dirk", "Eddelbuettel", role="aut"), person("Andrew", "Johnson", role="ctb", comment=c(ORCID="0000-0001-7000-8065"))) 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 Repository: https://jonclayden.r-universe.dev Date/Publication: 2026-01-09 18:52:29 UTC RemoteUrl: https://github.com/jonclayden/rcpparray RemoteRef: HEAD RemoteSha: 6e9984146399d1ac092a3f132e92aa4f724d377c NeedsCompilation: yes Packaged: 2026-06-09 10:36:04 UTC; root Author: Jon Clayden [cre, aut] (ORCID: ), Dirk Eddelbuettel [aut], Andrew Johnson [ctb] (ORCID: ) Maintainer: Jon Clayden