当前位置:   article > 正文

Centos 中devtools 包中的install_github函数报错 不能安装github中的软件包_unexpected input in "devtools::install_github(‘

unexpected input in "devtools::install_github(‘

报错信息:

devtools::install_github("dengfei2013/GS")
Installation failed: An unknown option was passed in to libcurl
  • 1
  • 2
  • 3

解决方法:

  • 下载github中的zip软件包, 在Centos中解压:
unzip xx.zip
  • 1

解压完成后,会产生xx文件夹.

  • 进入R中, 载入devtools
library(devtools)
build("xx")
  • 1
  • 2

结果

 build("xx")
'/opt/R-3.4.4/build/lib64/R/bin/R' --no-site-file --no-environ --no-save  \
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘xx.tar.gz’
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 按照此包
install.packages("xx.tar.gz")
  • 1

大功告成

欢迎关注我们
R语言与育种数据分析

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/515934
推荐阅读
相关标签
  

闽ICP备14008679号