Learn R Programming

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

233

Version

0.1.9

License

GPL (>= 2)

Last Published

August 24th, 2019

Functions in RcppExamples (0.1.9)

RcppDateExample

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

Example of using Rcpp StringVector (aka CharacterVector)
RcppRNGsExample

Rcpp RNGs example
RcppNumericVectorExample

Rcpp NumericVector example
RcppListExample

Examples of uses of List
RcppExamples-package

Examples for the Rcpp R/C++ Interface library
RcppMatrixExample

Example of using Rcpp NumericMatrix
RcppDataFrame

Rcpp::DataFrame example for Rcpp