安装一些包比如clusterProfiler等,一直报错打不开镜像链接如图:
error
换了几个镜像,目前用的是:
options(repos = c(CRAN= "https://cran.rstudio.com/", BioC = "https://bioconductor.org/packages/release/bioc/"))
然后再安装:
BiocManager::install("clusterProfiler")
BiocManager::install("AnnotationHub")