2

应该setRscriptExecutable()指向什么文件路径?

我已经用谷歌搜索了它,但没有出现与我需要的内容相关的内容。

4

1 回答 1

1

WindowsC:\\Program Files\\R\\R-3.0.2\\bin\\Rscript.exe上面Linux/MacOS/usr/bin/Rscript

我认为设置它的最佳方法就像在示例中一样:

RCaller caller = new RCaller();
Globals.detect_current_rscript();
caller.setRscriptExecutable(Globals.Rscript_current);
于 2016-02-25T11:59:57.493 回答