SyntaxFix
Write A Post
Hire A Developer
Questions
Add into ~/.Rprofile
~/.Rprofile
local({r <- getOption("repos") r["CRAN"] <- "mirror_site" #for example, https://mirrors.ustc.edu.cn/CRAN/ options(repos=r) options(BioC_mirror="bioc_mirror_site") #if using biocLite })