# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppArray" in publications use:' type: software license: GPL-2.0-only title: 'RcppArray: ''Rcpp'' Meets ''C++'' Arrays' version: 0.3.0 doi: 10.32614/CRAN.package.RcppArray abstract: 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'. authors: - family-names: Clayden given-names: Jon email: code@clayden.org orcid: https://orcid.org/0000-0002-6608-0619 - family-names: Eddelbuettel given-names: Dirk repository: https://jonclayden.r-universe.dev repository-code: https://github.com/jonclayden/RcppArray commit: 1b7e82285ac04d9e665b797cae487d2a888145eb url: https://github.com/jonclayden/RcppArray date-released: '2023-11-06' contact: - family-names: Clayden given-names: Jon email: code@clayden.org orcid: https://orcid.org/0000-0002-6608-0619