【发布时间】:2021-05-22 18:09:49
【问题描述】:
我最近将 R 升级到 4.0.4,将 RStudio 升级到最新版本 1.4.1103。
步骤-
- 将软件包安装到系统库中 - 工作正常
- 在 R 项目中安装包 - 工作正常
-
将包安装到
renv内的 R 项目中 - 无法这样做。我收到以下错误:
> install.packages("dplyr")
Error: package 'dplyr' is not available
In addition: Warning message:
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
我的会话信息如下:
R 版本 4.0.4 (2021-02-15) 平台:x86_64-w64-mingw32/x64(64 位) 运行于:Windows 10 x64(内部版本 18363)
矩阵产品:默认
语言环境:[1] LC_COLLATE=English_India.1252 LC_CTYPE=English_India.1252 LC_MONETARY=English_India.1252 [4] LC_NUMERIC=C
LC_TIME=English_India.1252附加的基础包:[1] stats graphics grDevices datasets utils 方法库
通过命名空间加载(未附加):[1] compiler_4.0.4 tools_4.0.4 renv_0.12.5
我想知道为什么会这样。提前感谢您的帮助!
【问题讨论】: