###=============== Install R and Rstudio in Windows Operating System ===========================================###

Installing R on Windows OS

Language selection

###============================================================================================================###

Installing Rstudio on Windows OS

Additional R interfaces

Other than the R GUI, the other ways to interface with R include RStudio Integrated Development Environment (RStudio IDE) and Jupyter Notebook. To run R on RStudio, you first need to install R on your computer, while to run R on Jupyter Notebook, you need to install an R kernel. RStudio and Jupyter Notebook provide an interactive and friendly graphical interface to R that greatly improves users’ experience.

To install RStudio Desktop on your computer, do the following:

  • Go to the RStudio website Click Here.
  • Click on “DOWNLOAD” in the top-right corner.
  • Click on “DOWNLOAD” under the “RStudio Open Source License” “click free one”.
  • Download RStudio Desktop recommended for your computer.
  • Run the RStudio Executable file (.exe) for your Windows OS.

Sometimes you may face compatability issue with your R version, in that case install the older version of Rstudio, example 2022 version is fine.

###==========================================================================================================================### Installation Done! ###==========================================================================================================================###

Get Started with Opening Rstudio

Your R version is

Your first demonestration with R (Lab_1)

Enjoy with R Programming

Hello world