美文网首页Linux入门学习
linux学习100篇10:使用清华镜像设置

linux学习100篇10:使用清华镜像设置

作者: Seurat_Satija | 来源:发表于2021-05-28 08:53 被阅读0次
options()$repos 
options()$BioC_mirror
#options(BioC_mirror="https://mirrors.ustc.edu.cn/bioc/")
options(BioC_mirror="http://mirrors.tuna.tsinghua.edu.cn/bioconductor/")
options("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))
options()$repos 
options()$BioC_mirror

相关文章

网友评论

    本文标题:linux学习100篇10:使用清华镜像设置

    本文链接:https://www.haomeiwen.com/subject/unmlsltx.html