BioConductor Error: source("https://bioconductor.org/biocLite.R") biocLite("DEXSeq")Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : unsupported URL scheme
> source("https://bioconductor.org/biocLite.R") biocLite("DEXSeq")Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : unsupported URL scheme
I just replace https with http. It worked.
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 3.0 (BiocInstaller 1.16.5), ?biocLite for help
A new version of Bioconductor is available after installing the most recent
version of R; see http://bioconductor.org/install
References:
https://support.bioconductor.org/p/74540/
Comments
Post a Comment