Learn R Programming

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

RcppExamples

Simple Examples for Rcpp

About

This package regroups a couple of very simple examples for Rcpp.

A large number of more comprehensive examples are provided by the Rcpp Gallery.

Installation

As the package is on CRAN, we can use the common approach of

install.packages("RcppExamples")

Author

Dirk Eddelbuettel and Romain Francois

License

GPL (>= 2)

Copy Link

Version

Install

install.packages('RcppExamples')

Monthly Downloads

218

Version

0.1.8

License

GPL (>= 2)

Maintainer

Dirk Eddelbuettel

Last Published

November 24th, 2016

Functions in RcppExamples (0.1.8)

RcppListExample

Examples of uses of List
RcppStringVectorExample

Example of using Rcpp StringVector (aka CharacterVector)
RcppDateExample

C++ classes for interfacing date and datetime R objects
RcppDataFrame

Rcpp::DataFrame example for Rcpp
RcppNumericVectorExample

Rcpp NumericVector example
RcppRNGsExample

Rcpp RNGs example
RcppMatrixExample

Example of using Rcpp NumericMatrix
RcppExamples-package

Examples for the Rcpp R/C++ Interface library