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
NeedsCompilation: yes
Packaged: 2023-11-08 12:11:22 UTC; jon
Author: Jon Clayden [cre, aut] (<https://orcid.org/0000-0002-6608-0619>),
  Dirk Eddelbuettel [aut],
  Andrew Johnson [ctb] (<https://orcid.org/0000-0001-7000-8065>)
Maintainer: Jon Clayden <code@clayden.org>
Repository: CRAN
Date/Publication: 2023-11-08 12:40:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:45:33 UTC; windows
Archs: x64
