Search code examples
reclipsestatet

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


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:

enter image description here

My run configuration settings are:

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

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:


Solution

  • Thanks to the comment Cedric I found following answer:

    RJ needs to be used instead of Rterm (and RJ is not compatible to Java9)