RStudio
RStudio provides an easy to work with graphical interface to R.
Installing RStudio for Windows and Mac Users
- Go to the RStudio download page.
- Download the software for your operating system.
- After it downloads, click on the
pkg
orexe
file and follow the instructions.
To see if it installed correctly, type 'Rstudio' into spotlight (Mac) or start menu (Windows). There should be an Rstudio icon to click into.
Installing RStudio for Linux Users
Download the Latest Version of RStudio:
$ wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.4.1106-amd64.deb
Install it:
$ sudo gdebi rstudio-1.4.1106-amd64.deb
To see if it installed correctly, try and open RStudio from the GNOME menu - there's not simple verification from the terminal.