I have set up a local Bioconductor repository (and CRAN mirror), and would now like to be able to install Bioconductor on fresh machines using the
source("http://www.bioconductor.org/biocLite.R")
biocLite()
... method, but installing from the local site.
What are the steps to required to do this?
It is an Ubuntu machine, but I presume the steps apply to other platforms