Rcpp
Projects
Rcpp
RInside
RcppArmadillo
RcppGSL
RcppExamples
RcppSMC
Gallery
Book
Events
More
Dirk's Rcpp page
Romain's Rcpp page
Rcpp at CRAN
Rcpp at R-Forge
Rcpp-Devel list at Gmane
StackOverflow on Rcpp
Rcpp Gallery
Articles and code examples for the
Rcpp
package
rng
gsl
stl
xts
eigen
c++11
vector
matrix
recursion
sugar
interrupt
boost
modeling
armadillo
dataframe
openmp
function
rmath
basics
factor
string
environment
benchmark
Featured Articles
Quick conversion of a list of lists into a data frame
— John Merrill
This post shows one method for creating a data frame quickly
Passing user-supplied C++ functions
— Dirk Eddelbuettel
This example shows how to select user-supplied C++ functions
Using Rcpp to access the C API of xts
— Dirk Eddelbuettel
This post shows how to use the exported API functions of xts
Timing normal RNGs
— Dirk Eddelbuettel
This post compares drawing N(0,1) vectors from R, Boost and C++11
A first lambda function with C++11 and Rcpp
— Dirk Eddelbuettel
This post shows how to play with lambda functions in C++11
First steps in using C++11 with Rcpp
— Dirk Eddelbuettel
This post shows how to experiment with C++11 features
Using Rcout for output synchronised with R
— Dirk Eddelbuettel
This post shows how to use Rcout (and Rcerr) for output
Using the Rcpp sugar function clamp
— Dirk Eddelbuettel
This post illustrates the sugar function clamp
Using the Rcpp Timer
— Dirk Eddelbuettel
This post shows how to use the Timer class in Rcpp
Calling R Functions from C++
— Dirk Eddelbuettel
This post discusses calling R functions from C++
More »
Recently Published
May 16, 2013
»
Using RcppProgress to control the long computations in C++
— Karl Forner
May 8, 2013
»
An accept-reject sampler using RcppArmadillo::sample()
— Jonathan Olmsted
Apr 12, 2013
»
Using the RcppArmadillo-based Implementation of R's sample()
— Christian Gunning and Jonathan Olmsted
Apr 8, 2013
»
Dynamic Wrapping and Recursion with Rcpp
— Kevin Ushey
Mar 14, 2013
»
Using bigmemory with Rcpp
— Michael Kane
Mar 12, 2013
»
Generating a multivariate gaussian distribution using RcppArmadillo
— Ahmadou Dicko
Mar 1, 2013
»
Using Rcpp with Boost.Regex for regular expression
— Dirk Eddelbuettel
Feb 27, 2013
»
Fast factor generation with Rcpp
— Kevin Ushey
Jan 31, 2013
»
Using Boost via the new BH package
— Dirk Eddelbuettel
Jan 31, 2013
»
Sorting Numeric Vectors in C++ and R
— Ross Bennett