回复 8楼 TonyDeng
Hello Erin,
The "std" is standard C++ library and you should not have problem with that.
I have not use visual studio for developing the package but you can find R.h in the folder that you installed R. And RcppArmadillo.h in the folder that you installed RcppArmadillo package.
But keep in mind you can not run the program as it is dynamic library and you can just compile it.
In addition, you should link the libraries during the compile time.
Regards,
M. H. Ferdosi
这是作者回复我的
我怎么不明白呢 他得意思是要安R 和RcppArmadillo package?还是只能编译不能运行?