I have used the following manual and setup eclipse for rcpp.
http://blog.fellstat.com/?p=170
I can build package for R, but I get the following error when I want to debug it:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/lib/R/library/stats/libs/stats.so':
libRlapack.so: cannot open shared object file: No such file or directory
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Error: could not find function "errorOccured"
Execution halted
I use eclipse in ubuntu.
Thanks