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


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里面:

就可以啦。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM