R: add support for Bioconductor packages
This commit is contained in:
committed by
Peter Simons
parent
97db35a3b4
commit
93a742fd28
@@ -289,6 +289,21 @@ rec {
|
||||
ftp://ftp.xemacs.org/sites/metalab.unc.edu/
|
||||
];
|
||||
|
||||
# Bioconductor mirrors (from http://bioconductor.org/about/mirrors)
|
||||
# The commented-out ones don't seem to allow direct package downloads;
|
||||
# they serve error messages that result in hash mismatches instead.
|
||||
bioc = [
|
||||
# http://bioc.ism.ac.jp/3.0/bioc/
|
||||
# http://bioc.openanalytics.eu/3.0/bioc/
|
||||
# http://bioconductor.fmrp.usp.br/3.0/bioc/
|
||||
# http://mirror.aarnet.edu.au/pub/bioconductor/3.0/bioc/
|
||||
# http://watson.nci.nih.gov/bioc_mirror/3.0/bioc/
|
||||
http://bioconductor.jp/packages/3.0/bioc/
|
||||
http://bioconductor.statistik.tu-dortmund.de/packages/3.0/bioc/
|
||||
http://mirrors.ebi.ac.uk/bioconductor/packages/3.0/bioc/
|
||||
http://mirrors.ustc.edu.cn/bioc/3.0/bioc/
|
||||
];
|
||||
|
||||
# CRAN mirrors (from http://cran.r-project.org/mirrors.html)
|
||||
cran = [
|
||||
http://cran.r-project.org/
|
||||
|
||||
Reference in New Issue
Block a user