The HUGE edge of Matlab over R is the Matlab Coder Toolbox. Converting R script code to C++/C?

The HUGE edge of Matlab over R is the Matlab Coder Toolbox. Converting R script code to C++/C? I was reading the various links from the fantastic Stack Overlflow: http://stackoverflow.com/questions/9154383/converting-loop-from-r-to-c-using-rcpp http://stackoverflow.com/questions/10089754/converting-models-in-matlab-r-to-c-java It seems the RCPP R package always come up in name. It is that or a derivative like RCPPArmadillo. I have played with RCpp […]

My video demo and introductory checklist on how to debug with R and Eclipse IDE

My video demo and introductory checklist on how to debug with R and Eclipse IDE Install instructions to debug R with R Install correct Eclipse version plugin from and follow instructions: http://www.walware.de/ Also, ensure to install RJ R package dependency as well at. Ie. Use in R: install.packages(c(“rj”, “rj.gd”), repos=”http://download.walware.de/rj-1.1″) Note during the Eclipse Stat […]