Weird error in R
Hi,
Sorry, whatever I am trying R in installing some package, I am getting this error
Any suggestion please?
> 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: 'The operation timed out'
>
• 153 views
•
link
0 answers
No answers yet.
Log in to answer this question.
is there no problem with your internet connection?
Thanks a lot
No, I don't think
Try to use http instead of https
Are you able to open this page in your browser https://bioconductor.org/biocLite.R ? If yes, then just copy and paste it to R console, then install the bioconductor packages as usual, e.g.:
biocLite("GenomicRanges")Hello Za!
We believe that this post does not fit the main topic of this site.
More suitable for https://support.bioconductor.org/ or https://stackoverflow.com/
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!