Bioconductor not re-installing
1
0
Entering edit mode
7.6 years ago

Hello everyone,

I am new to this area, I installed R some days back and then Bioconductor package, at the time of installing many other software got installed and I updated all of them. Some how I uninstall R and reinstall it again today. After that I tried to install Bioconductor.

Error message coming like this

[Previously saved workspace restored]

source("https://bioconductor.org/biocLite.R") Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : InternetOpenUrl failed: 'A connection with the server could not be established' biocLite() Error: could not find function "biocLite" http:// if https:// URLs are not supported Error: unexpected '/' in "http:/" source("https://bioconductor.org/biocLite.R") Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : InternetOpenUrl failed: 'A connection with the server could not be established' biocLite() Error: could not find function "biocLite" help.start() starting httpd help server ... done If nothing happens, you should open ‘http://127.0.0.1:12451/doc/html/index.html’ yourself chooseCRANmirror() Warning: failed to download mirrors file (cannot open URL 'https://cran.r-project.org/CRAN_mirrors.csv'); using local file 'C:/PROGRA~1/R/R-33~1.1/doc/CRAN_mirrors.csv' Warning message: In download.file(url, destfile = f, quiet = TRUE) : InternetOpenUrl failed: 'A connection with the server could not be established' chooseCRANmirror() Warning: failed to download mirrors file (cannot open URL 'https://cran.r-project.org/CRAN_mirrors.csv'); using local file 'C:/PROGRA~1/R/R-33~1.1/doc/CRAN_mirrors.csv' Warning message: In download.file(url, destfile = f, quiet = TRUE) : InternetOpenUrl failed: 'A connection with the server could not be established'

I want to ask that does Bioconductor is already installed in newly installed R or some thing else ? As I can see limma in the list of which I installed earlier. Please make me clear

Thanks in advance

Bioconductor • 3.4k views
ADD COMMENT
0
Entering edit mode

Please check your internet connection.

ADD REPLY
0
Entering edit mode

Earlier I was trying all these with LAN internet connection (manual proxy setting) and installed R, no problem came in but problem arises when I tried to install Bioconductor. For no reason I changed manual proxy setting to auto detecting proxy setting and to surprise (at least for me) it worked I could install bioconductor !

ADD REPLY
0
Entering edit mode
7.6 years ago

I also thought the same way. But internet connection is there I am doing other work on internet. But error shows no internet connectivity

ADD COMMENT
0
Entering edit mode

Have you tried using

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

instead of

source("https://bioconductor.org/biocLite.R") ?

Some networks or setups don't like https for some reason.

ADD REPLY
0
Entering edit mode

I tried both. didn't work. I changed the proxy setting of my internet connection.!

ADD REPLY

Login before adding your answer.

Traffic: 2745 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6