yahengwang
source("http://bioconductor.org/biocLite.R")
options(BioC_mirror="http://mirrors.ustc.edu.cn/bioc/")
biocLite("RGalaxy")##这样就用中科大的镜像来下载包啦

 

 install.packages("ABC",repos="https://mirrors.tuna.tsinghua.edu.cn/CRAN/") ## 换成清华镜像

 

分类:

技术点:

相关文章:

  • 2022-01-20
  • 2021-10-16
  • 2022-12-23
  • 2021-10-23
  • 2022-02-10
  • 2021-11-14
  • 2022-02-14
  • 2021-11-29
猜你喜欢
  • 2022-01-15
  • 2021-09-07
  • 2022-01-17
  • 2022-01-03
  • 2021-04-22
  • 2021-11-29
相关资源
相似解决方案