Writing R Extensions
Posted on Nov 23, 2012 in Programming • Tagged with R, Rcpp, programming, CRAN
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
The following are some tips for using the old fashioned way (using .C
and .Call
)
to write R extensions.
The state-of-art way to extend R via C …
Continue reading