RStudio
RStudio provides an easy to work with graphical interface to R, and its format should feel familiar to Stata and Matlab users.
Department Managed Laptops
We already installed RStudio via the Software Center in a previous step. Just verify everything works by opening RStudio.
Installing RStudio for Mac Users
We can install RStudio with Homebrew:
brew install --cask rstudio
To see if it installed correctly, try and open RStudio from spotlight - there's not simple verification from the terminal.
Installing RStudio for Linux Users
Download the Latest Version of RStudio:
wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2022.02.3-492-amd64.deb
Install it:
sudo gdebi rstudio-2022.02.3-492-amd64.deb
To see if it installed correctly, try and open RStudio from the GNOME menu - there's no simple verification from the terminal.
Installing RStudio for Windows Users
We can install RStudio via winget:
winget install -e --id RStudio.RStudio.OpenSource
To see if it installed correctly, try and open RStudio - there's not simple verification from the terminal.