Installation failed: Timeout was reached: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received


 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")

 


免责声明!

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



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