[BioC] Hostname bug?
Taejoon Kwon
tk320 at cam.ac.uk
Mon Sep 4 14:32:49 CEST 2006
Hi all,
When I tried to re-install bioconductor package in my new linux laptop, I
found that http://bioconductor.org and http://www.bioconductor.org were
used inconsistently. I guess that two sites are slightly differently
configured, so some scripts (such as biocLite.R) are not working properly.
Could you check this?
Regards,
Taejoon Kwon
PS. I solved this problem (for 'affy' package') with install.packages()
function as follows:
> install.packages("affy",
> repos="http://www.bioconductor.org/packages/1.8/bioc/",
> dependencies=TRUE)
More information about the Bioconductor
mailing list