【发布时间】:2017-09-07 14:11:47
【问题描述】:
在 Windows 7 上尝试将 devtools:install_github 与 R 3.4.1 一起使用时出现以下错误:
> devtools::install_github("baptiste/ggflags")
Installation failed: error setting certificate verify locations:
CAfile: /mingw32/ssl/certs/ca-bundle.crt
CApath: none
但是,完全相同的命令在使用 R 3.3.2 的同一系统上运行良好。两个安装的 .Rprofiles 是相同的。我已尝试按照this 的帖子重新安装RCurl,但无济于事。
【问题讨论】: