Entering edit mode
Taejoon Kwon
▴
10
@taejoon-kwon-1866
Last seen 10.3 years ago
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)