Some Questions About R

Posted on Oct 20, 2013 in Software • Tagged with questions, CRAN, Rcpp

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. rstudio server, read.table …

Continue reading

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

Tips About Rcpp

Posted on Oct 09, 2013 in Programming • Tagged with tips, programming, Rcpp, C++, CRAN

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. The trick of using …


Continue reading

Some Questions About R

Posted on Oct 11, 2013 in Computer Science • Tagged with questions, Rcpp, programming, C++

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. rstudio server, read.table …


Continue reading

Rcpp Rocks

Posted on Sep 16, 2012 in Computer Science • Tagged with C++, list, programming, HPC, Rcpp, R, RcppArmadillo, Armadillo, rock

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Please see here for some simple examples for learning Rcpp and related packages.

Tips

  1. Though you can overload functions in a Rcpp module, it causes problems when …


Continue reading