如何为 StatEt Eclipse 插件的帮助视图索引 R 库?

How to index R library for Help view of StatEt Eclipse plugin?

当我显示 StatEt Eclipse 插件的视图 "R Help" 时,出现以下错误:

 HTTP ERROR 404

Problem accessing /rhelp/browse/default-workbench/. Reason: 
    The R library of the requested R environment <code>R</code> is not yet indexed. Please run the indexer first to enable R help support.


Powered by Jetty:// 9.4.7.v20170914

=> 如何索引 R 库以修复帮助视图?

我使用 Eclipse Oxygen.2 Release (4.7.2) 和 R-3.4.3。

我能够在控制台中使用启动类型 Rterm 执行 R。

我的环境设置是:

我的 运行 配置设置是:

我发现一些文档对第一步有帮助:

http://epbi-radivot.cwru.edu/EPBI473/files/week1Rbasics/R_Eclipse_StatET.pdf

http://www.walware.de/goto/statet

How to disable "Save workspace image?" prompt in R?

相关问题:

我没有使用选项 "Default R environment",而是为帮助视图输入了自定义 url:https://cran.r-project.org/manuals.html

感谢 Cedric 的评论,我找到了以下答案:

需要使用 RJ 而不是 Rterm(并且 RJ 与 Java9 不兼容)