1. 下载并安装最新的R版本软件,以国内的清华的镜像为例(国内镜像速度快)

https://mirrors.tuna.tsinghua.edu.cn/CRAN/

2. 官网上如何下载老版本或低版本(旧版本)的R语言(同时下载多个版本的R,功能运行更加丰富)

https://cran.r-project.org/bin/windows/base/old/

3. 官网上如何去自行下载安装各个版本的R语言包(当运行install.packages()不行时)

https://cran.r-project.org/bin/windows/contrib/

4. 如何在Rstudio多个版本R语言环境进行选择(当要运行低版本R的包时)

打开RStudio —> 点击Tools —> Global Options —> General —> R version —> Change 具体如下

安装低版本的R语言、和自行下载安装各个版本的R语言包、以及多环境运行R

相关文章:

  • 2021-09-07
  • 2021-05-28
  • 2021-11-29
  • 2022-01-12
  • 2021-10-14
  • 2022-01-18
  • 2022-01-20
  • 2021-08-22
猜你喜欢
  • 2021-04-22
  • 2022-12-23
  • 2021-09-02
  • 2021-05-08
  • 2022-01-12
  • 2021-11-16
相关资源
相似解决方案