R语言安装包,切换镜像

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/") ## 换成清华镜像
上一篇:shell脚本变量基础


下一篇:JavaScript(JS) Form表单验证