码迷,mamicode.com
首页 > 其他好文 > 详细

devtools::install_github()无法安装问题

时间:2019-06-30 14:11:42      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:pen   pop   utils   自己   load   method   无法安装   repos   issues   

devtools::install_github(‘royfrancis/pophelper‘)
Downloading GitHub repo royfrancis/pophelper@master
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL ‘https://api.github.com/repos/royfrancis/pophelper/tarball/master‘

对于这个问题,大家可以试试下面的方法:

技术图片

技术图片

引自:https://github.com/r-lib/remotes/issues/130

如果还是不行,试试下面这个方法,把包下载到本地进行安装,我是用这种方法解决的:

输入

技术图片

后面的royfrancis/pophelper可以根据自己的需求更改相应的作者名/包名.

然后进行本地安装:

例如在Rstudio里面:

技术图片

就可以啦。

 

devtools::install_github()无法安装问题

标签:pen   pop   utils   自己   load   method   无法安装   repos   issues   

原文地址:https://www.cnblogs.com/bingoup/p/11109336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!