R - devtools Github安装失败

stu*_*ngr 1 curl r github

尝试使用Hadleys devtools包我收到了一个认证错误:

install_github("devtools")
Installing github repo(s) devtools/master from hadley
Installing devtools.zip from https://github.com/hadley/devtools/archive/master.zip
  Error in function (type, msg, asError = TRUE)  : 
  Peer certificate cannot be authenticated with given CA certificates
Run Code Online (Sandbox Code Playgroud)

谷歌搜索告诉我这是一个卷曲问题.我不近了.从命令行使用"git"我可以从github中获取我想要的任何内容, - 我没有收到此错误.它只在我尝试从R连接到github时出现

我使用的是ubuntu 12.10,libcurl 7.22.0和R 3.0

有谁知道如何解决这个问题?

真诚的H.

stu*_*ngr 5

此问题已得到解决.RCurl的版本与curl库之间存在一些不匹配.重新安装RCurl解决了这个问题.