二维码

R下载文件cannot open the connection,InternetOpenUrl failed 问题

1367 人阅读 | 时间:2022年05月04日 22:01

Rstudio 下载一个文件出现InternetOpenUrl failed 问题


> source("http://www.statmethods.net/RiA/wmc.txt")

Error in file(filename, "r", encoding = encoding) : 

  cannot open the connection

In addition: Warning message:

In file(filename, "r", encoding = encoding) :

  InternetOpenUrl failed: '安全频道支持出错'


1. 第一种方法,修改options

> options(download.file.method="libcurl", url.method="libcurl")

> source("http://www.statmethods.net/RiA/wmc.txt")

> wmc


成功


第二种解决方式,修改Rstudio的设置

设置Rstudio,Tools > Global Options > Packages, “Use Internet Explorer library/proxy for HTTP”,取消打钩。因为第一种方法已经可以,所以这种方式我没试过。供参考。



取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

©著作权归作者所有:来自ZhiKuGroup博客作者没文化的原创作品,如需转载,请注明出处,否则将追究法律责任 来源:ZhiKuGroup博客,欢迎分享。

评论专区
  • 昵 称必填
  • 邮 箱选填
  • 网 址选填
◎已有 0 人评论
搜索
作者介绍
30天热门
×
×
关闭广告
关闭广告
本站会员尊享VIP特权,现在就加入我们吧!登录注册×
»
会员登录
新用户注册
×
会员注册
已有账号登录
×