设为首页 加入收藏

TOP

Installation failed: Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received
2019-09-03 02:41:14 】 浏览:89
Tags:Installation failed: Timeout was reached: Operation timed out after 10000 milliseconds with bytes re
 1 Trying this option worked for me.
 2 
 3 library(httr)
 4 with_config(use_proxy(...), install_github(...))
 5 
 6 OR
 7 
 8 library(httr)
 9 set_config(use_proxy(url = "******_", port = "_*"))
10 devtools::install_github("username/packagename")

 

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇R包安装的正确方式 下一篇企业Shell面试题及企业运维实战案..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目