【发布时间】:2021-02-10 13:37:20
【问题描述】:
我正在尝试安装 RODBC
install.packages('RODBC')
并返回错误:
Retrieving 'https://cran.rstudio.com/src/contrib/RODBC_1.3-16.tar.gz' ...
Warning messages:
1: curl: (22) The requested URL returned error: 404 Not Found
2: curl: (22) The requested URL returned error: 404 Not Found
上面的网址确实是返回页面未找到。我真的需要 1.3-16 版本,因为我在 R 3.6.0 上安装它。
有什么解决办法吗?
【问题讨论】: