Download and install R language and RStudio

Download and install R language and RStudio

1. R download

Official website: https://www.r-project.org/
Click Download
insert image description here
to select the mirror image of Tsinghua University
insert image description here
Click
insert image description here
first click base
insert image description here
and click download
insert image description here
Run
insert image description here
keep the default and
insert image description here
insert image description here
insert image description here
the installation is complete!
insert image description here


Next, install Rtools
Click Rtools
insert image description here
and click Rtools42 installer
insert image description here
to install
insert image description here
Now, the installation of R and Rtools has been completed

2. Rstudio download

Rstudio is an integrated development environment, or IDE, for R that is commonly used in the R programming community. Rstudio is usually installed after R is installed.
Official website: https://posit.co/products/open-source/rstudio/Slide
down the page, find
insert image description here
and choose Free
insert image description here
to install
insert image description here
insert image description here


download successful!
insert image description here

3. RStudio test run

RStudio needs R, since you have already installed R, just
insert image description here
draw a simple picture on OK
insert image description here
and it is successful!


Learn to link
the installation of R language (detailed tutorial)

Guess you like

Origin blog.csdn.net/weixin_45913084/article/details/129094176