Package: RcppExamples Title: Examples using 'Rcpp' to Interface R and C++ Version: 0.1.10 Date: 2025-03-17 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"))) Description: Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site regroups a large number of examples for 'Rcpp'. Imports: Rcpp LinkingTo: Rcpp URL: https://github.com/eddelbuettel/rcppexamples, https://dirk.eddelbuettel.com/code/rcpp.examples.html BugReports: https://github.com/eddelbuettel/rcppexamples/issues License: GPL (>= 2) RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-16 01:35:38 UTC RemoteUrl: https://github.com/eddelbuettel/rcppexamples RemoteRef: HEAD RemoteSha: 4c7cdec0b004cdd010fb2688ec151d7564ab09e0 NeedsCompilation: yes Packaged: 2026-06-18 06:55:48 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Romain Francois [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel