# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "Rcpp" in publications use:' type: software license: GPL-2.0-or-later title: 'Rcpp: Seamless R and C++ Integration' version: 1.0.13.3 identifiers: - type: doi value: 10.32614/CRAN.package.Rcpp - type: url value: https://dirk.eddelbuettel.com/code/rcpp.html abstract: The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at , the paper by Eddelbuettel and Francois (2011, ), the book by Eddelbuettel (2013, ) and the paper by Eddelbuettel and Balamuta (2018, ); see 'citation("Rcpp")' for details. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Francois given-names: Romain orcid: https://orcid.org/0000-0002-2444-4226 - family-names: Allaire given-names: JJ orcid: https://orcid.org/0000-0003-0174-9868 - family-names: Ushey given-names: Kevin orcid: https://orcid.org/0000-0003-2880-7407 - family-names: Kou given-names: Qiang orcid: https://orcid.org/0000-0001-6786-5453 - family-names: Russell given-names: Nathan - family-names: Ucar given-names: Iñaki orcid: https://orcid.org/0000-0001-6403-5550 - family-names: Bates given-names: Doug orcid: https://orcid.org/0000-0001-8316-9503 - family-names: Chambers given-names: John preferred-citation: type: manual title: 'Rcpp: Seamless R and C++ Integration' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Francois given-names: Romain orcid: https://orcid.org/0000-0002-2444-4226 - family-names: Allaire given-names: JJ orcid: https://orcid.org/0000-0003-0174-9868 - family-names: Ushey given-names: Kevin orcid: https://orcid.org/0000-0003-2880-7407 - family-names: Kou given-names: Qiang orcid: https://orcid.org/0000-0001-6786-5453 - family-names: Russell given-names: Nathan - family-names: Ucar given-names: Iñaki orcid: https://orcid.org/0000-0001-6403-5550 - family-names: Bates given-names: Doug orcid: https://orcid.org/0000-0001-8316-9503 - family-names: Chambers given-names: John year: '2024' notes: R package version 1.0.13.3, https://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp url: https://www.rcpp.org repository: https://fastverse.r-universe.dev repository-code: https://github.com/RcppCore/Rcpp commit: c91eb8914bb1f5b14c912a5617b2711092dc026e url: https://www.rcpp.org date-released: '2024-10-04' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X references: - type: article title: 'Rcpp: Seamless R and C++ Integration' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Fran\ccois given-names: Romain journal: Journal of Statistical Software year: '2011' volume: '40' issue: '8' doi: 10.18637/jss.v040.i08 start: '1' end: '18' - type: book title: Seamless R and C++ Integration with Rcpp authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X publisher: name: Springer address: New York year: '2013' notes: ISBN 978-1-4614-6867-7 doi: 10.1007/978-1-4614-6868-4 - type: article title: 'Extending R with C++: A Brief Introduction to Rcpp' authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - family-names: Balamuta given-names: James Joseph email: balamut2@illinois.edu orcid: https://orcid.org/0000-0003-2826-8458 journal: The American Statistician year: '2018' volume: '72' issue: '1' doi: 10.1080/00031305.2017.1375990 start: 28-36