When I found out that I could create an R package with C ++ using Rcpp, I was delighted with this and wanted to know the development environment for it. And thanks to the Fell Stat Blog , I could quickly create a great environment using Eclipse with StatET, my plugin for R, to use Rcpp and RInside (another package for embedding R in your C ++ application) on Windows.
Since the blog was, however, based on OS X, some things required trial and error (and almost abandoning them) in order to adapt to Windows - it took me 6 hours of my leisure time. For example, you need to install Rtools in order to be able to compile C / C ++ using the R CMD and Miktex instructions to convert your Rd files to a pdf file. In addition, build settings are different from OS X.
To save others from the possible trial and error that I experienced, I created this wiki on Eclipse + StatET + Rcpp on Windows. Feel free to comment or another answer. Otherwise, enjoy this wonderful open source development environment for the analytical software you can get.
UPDATE (end of 2016) . A few years ago, I changed the IDE for R from Eclipse to RStudio, and I recommend it for anyone using R and Rcpp.
eclipse r eclipse-cdt rcpp statet
Tae-sung shin
source share