Package: RcppArray
Version: 0.2.0
Date: 2023-01-31
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"))
Imports: Rcpp
LinkingTo: Rcpp
Suggests: tinytest
Description: Interoperability between 'Rcpp' and the 'C++11' array type.
    Linking to this package allows fixed-length 'std::array' objects to be
    converted to and from equivalent R vectors via the as() and wrap()
    functions.
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-01-31 16:57:09 UTC; jon
Author: Jon Clayden [cre, aut] (<https://orcid.org/0000-0002-6608-0619>),
  Dirk Eddelbuettel [aut]
Maintainer: Jon Clayden <code@clayden.org>
Repository: CRAN
Date/Publication: 2023-02-01 11:20:07 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-02-02 11:32:24 UTC; unix
Archs: RcppArray.so.dSYM
