source("http://bioconductor.org/biocLite.R") options(BioC_mirror="http://mirrors.ustc.edu.cn/bioc/") biocLite("RGalaxy")##这样就用中科大的镜像来下载包啦
install.packages("ABC",repos="http://mirror.bjtu.edu.cn/ ") ## 换成北大镜像
相关文章
- 02-21R语言安装包,切换镜像
- 02-21R语言编程学习从Github上安装包解决网络问题
- 02-21在R语言中无法设置CRAN镜像问题
- 02-21R语言安装包,切换镜像
- 02-21给R语言RStudio添加阿里云镜像源