首页 > 其他 > 详细

devtools install_githb 报错tar

时间:2021-06-04 17:44:21      阅读:14      评论:0      收藏:0      [点我收藏+]

报错信息

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error in getrootdir(untar(src, list = TRUE)) : 
  length(file_list) > 0 is not TRUE

解决方案

在R中运行下面命令

options("download.file.method" = "libcurl")

devtools install_githb 报错tar

原文:https://blog.51cto.com/yijiaobani/2858437

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!