R and R-Studio Installation Instructions
INSTALL R FIRST THEN RSTUDIO
1) TO INSTALL R:
WINDOWS, MAC, LINUX ALL THREE GO HERE: http://cran.r-project.org/
WINDOWS ONLY
R and R-Studio Installation Instructions: Click on ‘Download R for Windows’. Then click on either ‘install R for the first time’. à, click on top link: ‘Download R 3.4.0 for Windows’. Save the .exe file then double click on that .exe file and follow the prompts. Accept all the default choices.
MAC ONLY: Click on ‘Download R for MacOS X’. Then click on: ‘R 3.4.0.pkg’. Save the .exe file and then install it and follow the prompts.
For any issue. Click on ‘FAQs’ in the left margin. Then click on ‘R MacOS X FAQ’
LINUX ONLY: Click on ‘Download R for Linux.’ Keep drilling down until you find what you need.
2) NEXT INSTALL RSTUDIO (WINDOWS, MAC, LINUX):
Go to http://www.rstudio.com
Click on ‘RStudio IDE’
Click on ‘RStudio Download’
Click download below RStudio Desktop Open Source License (FREE)
Here are the installation instructions for R and R-Studio on Windows, Mac, and Linux:
Windows:
- Download R from the R Project website (https://cran.r-project.org/bin/windows/base/).
- Open the downloaded file and follow the installation instructions.
- Download R-Studio from the R-Studio website (https://rstudio.com/products/rstudio/download/#download).
- Open the downloaded file and follow the installation instructions.
Mac:
- Download R from the R Project website (https://cran.r-project.org/bin/macosx/).
- Open the downloaded file and follow the installation instructions.
- Download R-Studio from the R-Studio website (https://rstudio.com/products/rstudio/download/#download).
- Open the downloaded file and drag R-Studio to your Applications folder.
Linux:
- Open a terminal window and enter the following command to install R:
sudo apt-get update
sudo apt-get install r-base
- Download R-Studio from the R-Studio website (https://rstudio.com/products/rstudio/download/#download).
- Open the downloaded file and follow the installation instructions.
That’s it! Once you have installed R and R-Studio, you can open R-Studio and start using R. If you encounter any issues during installation, please refer to the relevant documentation or seek help from online communities such as the R community forum or Stack Overflow.
Follow the remaining directions.
Read more blogs here.