When I show the view "R Help" of the StatEt Eclipse plugin I get following error:
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
=> How do I index the R library to fix the help view?
I use Eclipse Oxygen.2 Release (4.7.2) and R-3.4.3.
I am able to execute R in the Console with Launch type Rterm.
My Environment settings are:
My run configuration settings are:
Some doc i found helpful for the first steps:
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?
Related questions:
Instead of using the option "Default R environment" I entered a custom url for the help view: https://cran.r-project.org/manuals.html
Thanks to the comment Cedric I found following answer:
RJ needs to be used instead of Rterm (and RJ is not compatible to Java9)
来源:https://stackoverflow.com/questions/47941228/how-to-index-r-library-for-help-view-of-statet-eclipse-plugin