Rstudio Server
Last updated
Last updated
RStudio is a integrated development environment (IDE) for R. Also free, open source and multi-platform. It includes a console, graphic device, debugger, command history, and workspace management just like a Matlab environment.
To download and install RStudio Server. Execute the following commands. Note that gdebi should be installed first.
To verify your installation, excute following command:
Simple commands for start/stop/restart server
The default port for Rstudio server is 8787. That means any can connect to the server through the URL http://<server-ip/hostname>:8787. If you wish to change to another port, you should add following configuration into /etc/rstudio/rserver.conf file. For example:
Note that after any configuration, always restart server to apply your changes.
Other tips:
The users in Rstudio server are references to users of system.
Each user needs to be created with a home directory.
More tips on Rstudio server support.