[BioC] BioC 2.2 release update.packages error
Elliot Kleiman
kleiman at rohan.sdsu.edu
Fri Feb 20 06:20:31 CET 2009
Hi BioC,
When trying to update my R-2.7.2/BioC-2.2
release, the update script errs out,
# source the update file
> source("http://bioconductor.org/biocLite.R")
Warning messages:
1: In safeSource() : Redefining 'biocinstall'
2: In safeSource() : Redefining 'biocinstallPkgGroups'
3: In safeSource() : Redefining 'biocinstallRepos'
# update packages
> update.packages(repos=biocinstallRepos(), ask=FALSE)
trying URL 'http://cran.fhcrc.org/src/contrib/XML_2.1-0.tar.gz'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://cran.fhcrc.org/src/contrib/XML_2.1-0.tar.gz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open: HTTP status was '404 Not Found'
Warning in download.packages(p0, destdir = tmpd,
available = available, : download of package 'XML' failed
[:Question:]
* What am I doing wrong here?
i.e., it used to work fine ...
# print sessionInfo()
> sessionInfo()
R version 2.7.2 (2008-08-25)
i686-pc-linux-gnu
locale:
LC_CTYPE=en_US;LC_NUMERIC=C;LC_TIME=en_US;
LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=en_US;
LC_PAPER=en_US;LC_NAME=C;LC_ADDRESS=C;
LC_TELEPHONE=C;LC_MEASUREMENT=en_US;
LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.7.2
Thank you,
... Elliot
--
MS graduate student
Computational Science Program
San Diego State University
http://www.csrc.sdsu.edu/
http://www.sdsu.edu/
More information about the Bioconductor
mailing list