Learn R Programming

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

RcppClassicExamples (version 0.1.0)

Examples using RcppClassic to interface R and C++

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. The deprecated RcppClassic package provides backwards-compatibility for the previous version of the API, and this package provides some usage examples for the deprecated older API..

Copy Link

Version

Install

install.packages('RcppClassicExamples')

Monthly Downloads

217

Version

0.1.0

License

GPL (>= 2)

Maintainer

Dirk Eddelbuettel

Last Published

December 29th, 2012

Functions in RcppClassicExamples (0.1.0)

RcppVector

C++ classes for receiving R object in C++ -- deprecated API
RcppClassicExamples-package

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

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

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

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

Rcpp::DataFrame example for Rcpp -- deprecated API
RcppExample

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