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 Install R Install R-Studio 1. Install R For Windows : Download the binary setup file for R from the following link. ( R for Windows ) Open the downloaded .exe file and Install R For Mac : Download the appropriate version of .pkg file form the following link. ( R for Mac ) Open the downloaded .pkg file and Install R For Linux : For complete R System installation in Linux, follow the instructions on the following link ( Link ) 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 comp...