R Programming configuration for Windows machine
Ensure your system was already loaded with the R distribution. To check that open the command prompt and execute the command R --version, it will show the installed R's version in the command prompt only if exist otherwise download it from the official site and install it manually.
- Visit the official website to download the R Programming and install as per below instructions.
- Install the R distribution in the following default directory C:\Program Files\R\R-3.6.1 and you can move the R distribution to another location as per your wish.
- Check the R Programming is updated the Environment Variable or not, by opening the command prompt and execute the command R --version. It will show the installed R's version otherwise follow the below steps to setup the environment variable path.