Python is great, but we sometimes also use R.

Here is a quick installation guide for R and R Studio

Install R

Windows

  1. Download R from here

  2. Run the downloaded .exe file

OSX

  1. Download R from here

  2. Run the downloaded .pkg file

Linux (Ubuntu)

  1. Run sudo apt-get install r-base in the terminal

Install R Studio

Windows

  1. Download R Studio from here

  2. Run the downloaded .exe file

OSX

  1. Download R Studio from here

  2. Run the downloaded .dmg file

Linux (Ubuntu)

  1. Run the following commands in the terminal

Now you should have a working installation of both R and R Studio.