R studio和Github安装错误

R studio和Github安装错误,r,github,installation,R,Github,Installation,我目前正在尝试使用Rstudio从github存储库安装一个包,dkahle/ggmap。我已经安装了devtools,并随后使用了install\u github。但是,我一直收到一个安装失败:sslconnect错误 以下是控制台日志上的输出: install.packages("devtools") > Installing package into ‘C:/Users/lic22/Documents/R/win-library/3.3’ > (as ‘lib’ is unsp

我目前正在尝试使用Rstudio从github存储库安装一个包,
dkahle/ggmap
。我已经安装了
devtools
,并随后使用了
install\u github
。但是,我一直收到一个
安装失败:sslconnect
错误

以下是控制台日志上的输出:

install.packages("devtools")
> Installing package into ‘C:/Users/lic22/Documents/R/win-library/3.3’
> (as ‘lib’ is unspecified) trying URL
> 'https://cran.rstudio.com/bin/windows/contrib/3.3/devtools_1.13.2.zip'
> Content type 'application/zip' length 440518 bytes (430 KB) downloaded
> 430 KB
> 
> package ‘devtools’ successfully unpacked and MD5 sums checked
> 
> The downloaded binary packages are in
>   C:\Users\"UserFolder"\AppData\Local\Temp\RtmpwDCmpm\downloaded_packages



library(devtools)
 install_github("dkahle / ggmap") 

> Installation failed: SSL connect error
`

我目前正在运行windows 10教育版

有人知道这件事的原因吗?感谢您的帮助


谢谢

除了“SSL连接错误”之外,还有其他错误吗?这可能是一个暂时的问题。不,不幸的是不是,这就是为什么我很难找到解决方案的原因