Package: Rcpp Title: Seamless R and C++ Integration Version: 1.1.1.12 Date: 2026-06-09 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Romain", "Francois", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")), person("JJ", "Allaire", role = "aut", comment = c(ORCID = "0000-0003-0174-9868")), person("Kevin", "Ushey", role = "aut", comment = c(ORCID = "0000-0003-2880-7407")), person("Qiang", "Kou", role = "aut", comment = c(ORCID = "0000-0001-6786-5453")), person("Nathan", "Russell", role = "aut"), person("Iñaki", "Ucar", role = "aut", comment = c(ORCID = "0000-0001-6403-5550")), person("Doug", "Bates", role = "aut", comment = c(ORCID = "0000-0001-8316-9503")), person("John", "Chambers", role = "aut")) Description: 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. Depends: R (>= 3.5.0) Imports: methods, utils Suggests: tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2) URL: https://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp License: GPL (>= 2) BugReports: https://github.com/RcppCore/Rcpp/issues RoxygenNote: 6.1.1 Encoding: UTF-8 VignetteBuilder: Rcpp Repository: https://fastverse.r-universe.dev Date/Publication: 2026-06-19 01:07:19 UTC RemoteUrl: https://github.com/RcppCore/Rcpp RemoteRef: HEAD RemoteSha: 8d2f8f880830135c93bf41006e2e3f4f4c7e33a0 NeedsCompilation: yes Packaged: 2026-06-24 00:06:54 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Romain Francois [aut] (ORCID: ), JJ Allaire [aut] (ORCID: ), Kevin Ushey [aut] (ORCID: ), Qiang Kou [aut] (ORCID: ), Nathan Russell [aut], Iñaki Ucar [aut] (ORCID: ), Doug Bates [aut] (ORCID: ), John Chambers [aut] Maintainer: Dirk Eddelbuettel