最近开始在 R 4.0.1 工作安装包时遇到以下情况
```WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/USER/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/dplyr_1.0.0.zip'
Content type 'application/zip' length 1294122 bytes (1.2 MB)
downloaded 1.2 MB
尝试安装 Rtools 包时,我遇到以下情况:
package ‘Rtools’ is not available (for R version 4.0.1)```