Browsed by
Month: June 2016

Creating an R Package with Native Code using Rcpp.

Creating an R Package with Native Code using Rcpp.

There does not appear to be a good set of instructions on getting a new custom R Package (utilizing Rcpp to call C++ from R) so given that I have gone through the pain of configuring this for a project I am working on I decided to write down some instructions on what I did. Initial Set-up I have the following pieces of software installed. R Studio – 0.99.902 R Version – 3.3.0 R Tools – 3.3.0.1959 As getting R…

Read More Read More