Skip to content

[Bioc-devel] failure to load affycoretools in R-beta

1 message · James W. MacDonald

#
Hi Mark,

I think a much easier and safer way to update is as follows:

source("http://www.bioconductor.org/biocLite.R")

## I just have the above in my .Rprofile file, so biocLite() is always 
there for me.

biocLite("Biobase")
repos <- biocReposList()
update.packages(repos=repos, ask=FALSE)

this will get all CRAN and BioC packages, and got me correctly updated 
this morning.

Probably the problem with your script is you are hitting the IL mirror, 
and it might be out of synch with fhcrc. Try the above and see if it helps.

Best,

Jim
Mark W Kimpel wrote: