我正在尝试使 R 扩展RapidMiner
工作,为此我必须遵循一些步骤,包括设置一些环境变量以确保 RapidMiner 能够看到Java 和 R 的位置。
要设置的两个环境变量是R_HOME
和JAVA_HOME
我已经设置了这两个变量,当我env
在终端上输入时我可以看到它们,但是当我运行 RapidMiner R 时,它不起作用。在日志中,我看到以下内容:
[Fatal Error] :1:1: Premature end of file.
R_HOME is not set. Please set all required environment variables before running this program.
Unable to start R
Jul 15, 2013 3:05:25 PM com.rapidminer.tools.r.JRIRSession initializeEngine
SEVERE: Could not initialize R via JRI. Reason: Unable to initialize R
Jul 15, 2013 3:05:25 PM com.rapidminer.gui.r.RConsole <init>
SEVERE: Could not acquire connection to R: Could not initiate session with native R. Try using server. Reason: Could not initialize R via JRI. Reason: Unable to initialize R
所以现在我想知道为什么 RapidMiner 不能像我一样读取我的环境变量。
RM有可能从不同的位置读取变量吗?无论如何我可以确定吗?
任何提示将不胜感激。谢谢!