RConnector
From Gcube Wiki
RConnector is a gCube Rest Service. Rconnector is a mediator service between the gCube infrastructures and RStudio Server. It offers via browser a console with the R environment.
How To use it
RConnector can be contacted via the r-connector-client.
r-connector-client returns a URL.
Using the returned URL in a browser a R console is opened.
The login is automatically performed using the gcube authorization token.
Examples
SecurityTokenProvider.instance.set("{your token}");
rConnector().build().connect();