title |
---|
Installation script for R and RStudio v 1.1.463 on Ubuntu 16.04 |
The script install-R-RStudio.sh
can be used for installing R and RStudio on an Ubuntu OS. Please follow the steps below:
- Download the folder R-installation-script.
- After unzipping/ extracting, open this folder in terminal.
- Run
chmod +x install-R-RStudio.sh
in terminal. - Run
./install-R-RStudio.sh
. You will be asked to enter the password of your system. - If everything goes well, R and RStudio should be installed on your system.
For uninstalling R and RStudio, the script uninstall-R-RStudio.sh
can be used.