你好我想在eclipse中安装R.起初我收到以下错误消息
"Launching the R Console was cancelled, because it seems starting the
R engine failed. Please make sure that R package 'rj' (2.0 or compatible)
is installed and that the R library paths are set correctly for the R
environment configuration 'R firstRTest'."
我发现有人犯了同样的错误:StatET in Eclipse and R
然而,当我继续使用建议的解决方案时,我跑了:
install.packages(c("rj", "rj.gd"), repos="http://download.walware.de/rj-1.0")
在R控制台中,我收到以下错误消息:
packages ‘rj’, ‘rj.gd’ are not available (for R version 3.1.2)
感谢任何帮助。我是新手,请为我保持简单(尽可能简单)。