报错显示(类似于这样)
处理方式
方法一:
延长响应时间
### set this to avoid timeout error
options(timeout = 600000000)
方法二:
更换响应方法
options(download.file.method = "libcurl")
这两种结合也是ok的。
参考
https://github.com/forestgeo/learn/issues/102
https://github.com/r-lib/remotes/issues/130