home » mirrors

This is all turned off due to lack of space

Mirrors of CRAN and bioconductor

CSIRO Bioinformatics makes extensive use of the R statistical software and the Bioconductor packages. We have therefore set up local mirrors of the CRAN repository and the bioconductor repository. Due to hardware limitations these are currently only partial mirrors.

To use this repository through the menus in windows R, you need to run

options(repos="http://www.bioinformatics.csiro.au/CRAN") 
in R. The repos argument should also be usable in *NIX.

Bioconductor is not well set up to use mirrors at the moment, and has bioconductor.org hard-wired in several places. However, you can try adding the url to the repos variable, as in the following,

options(repos=c("http://www.bioinformatics.csiro.au/CRAN",
                "http://www.bioinformatics.csiro.au/bioconductor/bioc"))
This will work for version 2.3.* of R only.

It also looks like you can add annotation and other files using something like,

options(repos=c("http://www.bioinformatics.csiro.au/CRAN",
                "http://www.bioinformatics.csiro.au/bioconductor/bioc",
                "http://www.bioinformatics.csiro.au/bioconductor/data/annotation"))

The mirrors are updated daily