How to index R library for Help view of StatEt Ecl

2020-03-26 10:31发布

问题:

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:

  • ClassNotFoundException for StatEt Eclipse plugin / RJ. Compatibility issue with Java9?

  • How does one install 'rj' in StatET plugin for Eclipse?

回答1:

Instead of using the option "Default R environment" I entered a custom url for the help view: https://cran.r-project.org/manuals.html



回答2:

Thanks to the comment Cedric I found following answer:

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



标签: r eclipse statet