Learn R Programming

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

Rcpp (version 0.6.8)

Rcpp R/C++ interface package

Description

R/C++ interface classes and examples The Rcpp library maps data types betweeen R and C++, and includes support for R types real, integer, character, vector, matrix, Date, datetime (i.e. POSIXct) at microsecond resolution, data frame, and function. It also supports calling R functions from C++. Several examples are included.

Copy Link

Version

Install

install.packages('Rcpp')

Monthly Downloads

1,425,352

Version

0.6.8

License

LGPL (>= 2.1)

Maintainer

Dirk Eddelbuettel

Last Published

November 10th, 2009

Functions in Rcpp (0.6.8)

RcppExample

Rcpp R / C++ interface example
RcppVersion

Display version info for package and for Rcpp API
RcppParams

C++ class for receiving (scalar) parameters from R
RcppResultSet

C++ class for sending C++ objects back to R
RcppVector

C++ classes for receiving R object in C++
RcppDate

C++ classes for receiving date and datetime R objects in C++
Rcpp-package

R / C++ interface