Learn R Programming

⚠️There's a newer version (0.1.3) of this package.Take me there.

RcppClassicExamples (version 0.1.1)

Examples using RcppClassic to interface R and C++

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 compatability in the package RcppClassic). This package RcppClassicExamples provides usage examples for the older, deprecated API. There is also a corresponding package RcppExamples package with examples for the newer, current API which we strongly recommend as the basis for all new development.

Copy Link

Version

Install

install.packages('RcppClassicExamples')

Monthly Downloads

181

Version

0.1.1

License

GPL (>= 2)

Maintainer

Dirk Eddelbuettel

Last Published

December 30th, 2012

Functions in RcppClassicExamples (0.1.1)

RcppResultSet

C++ class for sending C++ objects back to R -- deprecated API
RcppDate

C++ classes for interfacing date and datetime R objects -- deprecated API
RcppParams

C++ class for receiving (scalar) parameters from R -- deprecated API
RcppClassicExamples-package

Examples for the deprecated Rcpp R/C++ Interface library API
RcppExample

Rcpp R / C++ interface example -- deprecated API
RcppVector

C++ classes for receiving R object in C++ -- deprecated API
RcppDataFrame

Rcpp::DataFrame example for Rcpp -- deprecated API