Skip to main content

Installing R and R Studio


This post is regarding installing the R Studio which is a free and open-source integrated development environment for R, a programming language for statistical computing and graphics.
Follow the below instruction to install the software

  1. Install R
  2. Install R-Studio

1. Install R

For Windows :

  1. Download the binary setup file for R from the following link. ( R for Windows )
  2. Open the downloaded .exe file and Install R

For Mac :

  1. Download the appropriate version of .pkg file form the following link. ( R for Mac )
  2. Open the downloaded .pkg file and Install R
For Linux :

  1. For complete R System installation in Linux, follow the instructions on the following link ( Link )
  2. For Ubuntu with Apt-get installed, execute sudo apt-get install r-base in terminal.

2. Install R Studio

On the following link, Download R Studio choose the appropriate installer file for your operating system, download it and then run it to install R-studio.


This completes the installation of R and you are set to explore and experience the features and make the most of it.

Comments