Recently, i was trying to using trinity to do Differential Expression Analysis, which need to install the edgeR first.
After installing the package with two steps:
> source("http://bioconductor.org/biocLite.R")
> biocLite('edgeR')
i got some error messages as following:
BioC_mirror: http://bioconductor.org
Using Bioconductor 3.2 (BiocInstaller 1.20.3), R 3.2.0 (2015-04-16).
Installing package(s) 'edgeR'
also installing the dependency 'limma'
trying URL 'http://bioconductor.org/packages/3.2/bioc/src/contrib/limma_3.26.9.tar.gz'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://bioconductor.org/packages/3.2/bioc/src/contrib/limma_3.26.9.tar.gz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open: HTTP status was '405 Not Allowed'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'limma' failed
trying URL 'http://bioconductor.org/packages/3.2/bioc/src/contrib/edgeR_3.12.1.tar.gz'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'http://bioconductor.org/packages/3.2/bioc/src/contrib/edgeR_3.12.1.tar.gz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open: HTTP status was '405 Not Allowed'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'edgeR' failed
When i try to download the source package of limma from http://bioconductor.org/packages/3.2/bioc/html/limma.html
, it reports "405" not found.
Any help will be appreciate.
Thanks so much, i will try both ways.