1. 报错内容:

点击查看代码
> ah <- AnnotationHub()
  Cannot connect to AnnotationHub server, using 'localHub=TRUE' instead
  Error in .updateHubDB(hub_bfc, .class, url, proxy, localHub) : 
  Invalid Cache: sqlite file
  Hub has not been added to cache
  Run again with 'localHub=FALSE'

2. 解决方法:

点击查看代码
> Sys.setenv(https_proxy‌‍="")
> Sys.getenv("https_proxy")

> Sys.setenv(http_proxy‌‍="")
> Sys.getenv("http_proxy")

posted on 2022-06-10 16:48  Bonjour_!  阅读(3749)  评论(0)    收藏  举报