Entering edit mode
Pedro Gomez-Fabre
▴
20
@pedro-gomez-fabre-4441
Last seen 10.6 years ago
Hi guys,
I am trying to update bioconductor for an old release 2.10.1
I have tried
--------------------------
BIO_R_Library <- .Library
BIO_R_Downloads_Allowed <- TRUE
source("http://bioconductor.org/biocLite.R")
update.packages(repos=biocinstallRepos(), ask=FALSE)
--------------------------
The error I am getting is
========
Warning: unable to access index for repository
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.10
========
Looking at the url I could see the location is not available any
longer.
If I do a fresh installation of R and issue the same commands somehow
it
passed the missing repository and looks for the information at
fhcrc.org.
--------------------------
Warning: unable to access index for repository
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.10
also installing the dependencies 'multcomp', 'abind', 'miscTools',
'coin',
'zoo', 'strucchange', 'gam', 'lmtest', 'colorspace', 'robustbase'
trying URL '
http://cran.fhcrc.org/bin/windows/contrib/2.10/multcomp_1.2-3.zip'
Content type 'application/zip' length 976410 bytes (953 Kb)
opened URL
...
--------------------------
Issuing the same command again produce the error seen first.
Do you know how I can select a valid location? Is there any way I can
decide
what server I have to be looking at? Alternatives?
Thanks in advance for your help.
Pedro
[[alternative HTML version deleted]]