我使用了以下手册并为 rcpp 设置了 eclipse。
http://blog.fellstat.com/?p=170
我可以为 R 构建包,但是当我想调试它时出现以下错误:
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
我在ubuntu中使用eclipse。
谢谢