We released the first version of our RcppGSL package. RcppGSL extends Rcpp to help programmers code with the GNU Scientific Library (GSL). The package contains template classes in the RcppGSL namespace that act as smart pointers to the associat...
I released inline 0.3.6 yesterday. This is a minor release which gives better R level errors when there is a compiler error. For example : > tryCatch( cxxfunction( , 'int x = 3 ; x+ ; return R_NilValue ; ' ), error = function(e) print(e$message)...
The inline package is an amazing, yet simple, package for R. It allows to dynamically (within the R session) define R functions and S4 methods with inlined C/C++/Fortran code. Together with RUnit, inline powers the entire unit test suite of Rcpp. ...