Entering edit mode
sara.m79
•
0
@saram79-6851
Last seen 11.1 years ago
Hi, I am Sara a post doc from the University Roma Tre in Rome. I am trying to install RHugin which has dependencies on the Bioconductor packages graph and Rgraphviz. When I run the command
source("http://bioconductor.org/biocLite.R")
R returns an error message that it cannot connect and a warning message in file(filename, "r", encoding = encoding) :
it cannot connect to 'bioconductor.org' .
Apparently there are not problems in internet connection.
Could you help me, please?
Sara

Please edit your post to include the exact output of the command
source("http://bioconductor.org/biocLite.R")Also, please include the output of the command
Confirm that you can access http://bioconductor.org/biocLite.R from your web browser.
Perhaps the problem is related to a 'proxy'; see How to install BioConductor packages with a computer behind a proxy. On windows you might try
setInternet2(TRUE)