Edit the configuration(s) for the R environments in the folder renvs
:
The server is based on Spring Boot; see documentation of Spring Boot e.g. how to configure the webserver.
To run the server just start the jar:
java -jar org.eclipse.statet.rhelp.server.jar &
-index-and-exit
- creates or updates the help index onlyThe URI to access the help of an R environment via IDE is specified as follows:
http://<name or ip>:<port>/<env id>
For example: http://serverwithhelp:8080/r35
The following defaults can be optionally omitted:
<port>
= 80<env id>
= defaultSo http://serverwithhelp/
is equal to http://serverwithhelp:80/default
.
The URL to access the help using a webbrowser is:
http://<name or ip>:<port>/rhelp/browse/<env id>