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.
Version: | 0.1.3 |
Depends: | R (≥ 2.15.2) |
Imports: | Rcpp (≥ 0.10.2), RcppClassic (≥ 0.9.3) |
LinkingTo: | Rcpp, RcppClassic |
Suggests: | RUnit |
Published: | 2023-11-30 |
DOI: | 10.32614/CRAN.package.RcppClassicExamples |
Author: | Dirk Eddelbuettel and Romain Francois, based on code written during 2005 and 2006 by Dominick Samperi |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/eddelbuettel/rcppclassicexamples/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/eddelbuettel/rcppclassicexamples, https://dirk.eddelbuettel.com/code/rcpp.classic.html |
NeedsCompilation: | yes |
Materials: | NEWS ChangeLog |
CRAN checks: | RcppClassicExamples results |
Reference manual: | RcppClassicExamples.pdf |
Package source: | RcppClassicExamples_0.1.3.tar.gz |
Windows binaries: | r-devel: RcppClassicExamples_0.1.3.zip, r-release: RcppClassicExamples_0.1.3.zip, r-oldrel: RcppClassicExamples_0.1.3.zip |
macOS binaries: | r-release (arm64): RcppClassicExamples_0.1.3.tgz, r-oldrel (arm64): RcppClassicExamples_0.1.3.tgz, r-release (x86_64): RcppClassicExamples_0.1.3.tgz, r-oldrel (x86_64): RcppClassicExamples_0.1.3.tgz |
Old sources: | RcppClassicExamples archive |
Please use the canonical form https://CRAN.R-project.org/package=RcppClassicExamples to link to this page.