Title: | Deprecated 'classic' 'Rcpp' 'API' |
Version: | 0.9.13 |
Date: | 2022-11-15 |
Author: | Dirk Eddelbuettel and Romain Francois, with contributions by David Reiss, and based on code written during 2005 and 2006 by Dominick Samperi |
Maintainer: | Dirk Eddelbuettel <edd@debian.org> |
Description: | The 'RcppClassic' package provides a deprecated C++ library which facilitates the integration of R and C++. New projects should use the new 'Rcpp' 'API' in the 'Rcpp' package. |
Depends: | R (≥ 2.12.0) |
Imports: | Rcpp (≥ 0.10.2), methods |
Suggests: | tinytest |
LinkingTo: | Rcpp |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
MailingList: | Please send questions and comments about Rcpp to rcpp-devel@lists.r-forge.r-project.org |
URL: | https://github.com/eddelbuettel/rcppclassic, https://dirk.eddelbuettel.com/code/rcpp.classic.html |
BugReports: | https://github.com/eddelbuettel/rcppclassic/issues |
NeedsCompilation: | yes |
Packaged: | 2022-11-15 23:00:22 UTC; edd |
Repository: | CRAN |
Date/Publication: | 2022-11-21 09:10:02 UTC |
Deprecated R / C++ interface
Description
The RcppClassic package provides the classic Rcpp API.
Author(s)
Dominick Samperi wrote the initial versions of Rcpp (and RcppTemplate) during 2005 and 2006. Dirk Eddelbuettel made some additions, and became maintainer in 2008. Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009.