Package: RcppClassicExamples
Title: Examples using 'RcppClassic' to Interface R and C++
Version: 0.1.4
Date: 2026-03-16
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("Dominick", "Samperi", role = "aut", comment = "Initial code during 2005-2006"))
Description: The 'Rcpp' package contains a C++ library that facilitates the
 integration of R and C++ in various ways via a rich API. This API was
 preceded by an earlier version which has been deprecated since 2010 (but is
 still supported to provide backwards compatibility in the package
 'RcppClassic').  This package 'RcppClassicExamples' provides usage examples for
 the older, deprecated API. There is also a corresponding package
 'RcppExamples' with examples for the newer, current API which we
 strongly recommend as the basis for all new development.
Imports: Rcpp, RcppClassic (>= 0.9.14)
LinkingTo: Rcpp, RcppClassic
Suggests: RUnit
URL: https://github.com/eddelbuettel/rcppclassicexamples,
        https://dirk.eddelbuettel.com/code/rcpp.classic.html
BugReports: https://github.com/eddelbuettel/rcppclassicexamples/issues
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2026-03-16 11:28:02 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Romain Francois [aut] (ORCID: <https://orcid.org/0000-0002-2444-4226>),
  Dominick Samperi [aut] (Initial code during 2005-2006)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2026-03-16 11:40:07 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-04-28 02:53:34 UTC; windows
Archs: x64
