[Bioc-devel] Custom CRAN repository in biocLite.R not working

2013-03-13 Thread Cristobal Fresno Rodríguez
Greetings!! I am trying to use a local CRAN and Bioconductor repository for academic purposes. In this context, in biocLite.R script at bioconductor.org suggests to use: options(repos = http://localCRANsite;) options(BioC_mirror = http://localBioconductorSite;)

Re: [Bioc-devel] Custom CRAN repository in biocLite.R not working

2013-03-13 Thread Dan Tenenbaum
On Wed, Mar 13, 2013 at 1:37 PM, Cristobal Fresno Rodríguez cristobalfre...@gmail.com wrote: Dear Dan The solution you suggested did the trick. In addition I also tried options(repos = c(CRAN=http://mycranmirror;)) which successfully did the trick in changing biocinstallRepos() output. I