RStudio Server - Installation Problems
If you are experiencing problems installing RStudio Server, please reference the following:
Verify installation
To ensure that RStudio has installed correctly, run the verify-installation command:
$ sudo rstudio-server verify-installation
If you are unable to resolve any outputted errors, send them (in
addition to older
application logs) in a new support request with the details of
your system.
(see Other Installation Problems below).
Verify requirements
RStudio Server requires R 2.11.1 or greater to run.
The binary distributions of RStudio support the following platforms:
- Ubuntu (10.04+)
- Debian (6+)
- RedHat (5.4+)
- CentOS (5.4+)
To install RStudio Server on other platforms, you will need to build and install from source.
Building from source
If you are building RStudio from source, make sure to read the INSTALL file within the source distribution.
Other Installation Problems
If you are still unable to install RStudio Server properly, open a new discussion and provide any relevant details as noted below:
System information
- Version of RStudio
- Output from
sessionInfo()in standard R console
Error information
- General description
- Error messages
- Log files (See here)
- Attempted steps taken to fix