Visual Studio上的R统计语言

Gun*_*aik 2 r mathematical-optimization visual-studio-2012

我是机器学习和统计学的新手.因为我使用opencv作为我的项目(我在visual studio中使用)并且想要执行难以执行的基础执行操作.所以,我搜索并征求专家的意见,以获得基于c ++的高效编程库(我来自电子背景和c ++知识绰绰有余).我有信息你可以在eclipse上构建R程序>

能否请一些关于在Visual Studio上运行R的参考资料?

Rcpp是否在Visual Studio上运行?

Jat*_*tin 5

以下是来源答案:

2.9 Can I use Rcpp with Visual Studio ?
Not a chance.
And that is not because we are meanies but because R and Visual Studio simply
do not get along. As Rcpp is all about
extending R with C++ interfaces, we are bound by the available toolchain. 
And R simply does not compile with Visual Studio.
Run Code Online (Sandbox Code Playgroud)

资料来源:http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-FAQ.pdf

  • 感谢您引用常见问题解答.我们写了一个理由...... (6认同)