In this page, you will see how to download and install R for Windows. You can follow the steps given below.

1. Download R

First, go to CRAN Download Page. Then , chick the link of Download R for Windows. As an example, I downloaded R 4.0.3 for Windows.

Download R for Windows
Download R for Windows

Check Out: What are Data Types in R?

2. Run .exe File

Second, double click to run .exe file after the download is completed.

R .exe File

3. Install R

You need to follow installation insructions.

R Setup Interface

Also Check: What are Data Structures in R?

4. Start R

After the installation is completed, start R.

Start R

Also Check: How to Change Working Directory in R

5. Write Your Code in R Console

You can write your code in R console.

Write Your Code in R Console

Don’t forget to check: How to Import Data into R