Re: [Rcpp-devel] Rcpp advocacy question -- build environment

2012-11-28 Thread Christian Gunning
Thanks all for the helpful comments. Personally I've found the uniformity provided by Rstudio a great aid in teaching environments. I've struggled with introducing Rcpp to folks, and I agree these developments are very exciting. And I say all that with the affection I personally have for Emacs

Re: [Rcpp-devel] Rcpp 0.10.1 and RcppEigen

2012-11-28 Thread romain
rev 4048 should fix RcppEigen. I made it require Rcpp 0.10.1, but it should not need to. Le 2012-11-28 07:38, rom...@r-enthusiasts.com a écrit : Hello, I know how to fix RcppEigen, which I will do once I'm home tomorrow at best. The code is using a template that I consider implementation

[Rcpp-devel] A beginners guide to Rcpp

2012-11-28 Thread Hadley Wickham
Hi all, I've been working on a beginners guide to Rcpp at https://github.com/hadley/devtools/wiki/Rcpp. The aim is to help R programmers get the basics of C++ so that they can start to write efficiently code as quickly and easily as possible. I'd love your feedback - what have I missed? what is