The file downloads approximately 70% and then freezes.
Can anyone else confirm or deny the existence of this problem? I need to figure out if it is a general or a local problem. Perhaps this should go to the bioconductor mailing list but I am having problems mailing it and admin will not respond.
Although this is not going to help your downloading issue, you might consider upgrading to most recent R/Bioconductor versions to benefit from the latest fixes/features.
It must have to do something with your local setup or internet connection. But please edit your question and provide the whole output in the places I edited. And btw, it's not that your disk partition is full, is it? ;)
and select a mirror site, then run biocLite("goseq") again.
Edit: the same problem was also reported on the Bioconductor mailing list, they seem to propose almost the same, but in addition to use a different source for the BiocLite script. Citing a mail there:
Hi Claudia -- you might try an alternative Bioconductor
source("http://bioconductor.org/biocLite.R") chooseBioCmirror() or CRAN mirror; the mirror in Dortmund would be a particular good choice.
The install freezes at exactly the same point Michael. The progress bar stops moving and the cursor stops flashing.
Does Laurent (above) have a point about the versions?
biocLite("geneLenDataBase")
Using R version 2.13.1, biocinstall version 2.8.4.
Installing Bioconductor version 2.8 packages:
[1] "geneLenDataBase"
Please wait...
before returning to my R environment and installing GOSeq as normal:
biocLite("goseq")
I am still unsure why the database download was freezing in R. I wonder if there is some environment variable causing the download to cut-off at a given point? Problem solved regardless.
I'm attempting the install using biocLite("goseq") right now. I'm seeing plenty of network activity during the download of geneLenDataBase, which is 95.8 MB.
I often find that Bioconductor downloads of tens of megabytes run quite slowly (but not days - 30 mins maybe at most). My advice is just to let it run and go do something else until it completes.
Although this is not going to help your downloading issue, you might consider upgrading to most recent R/Bioconductor versions to benefit from the latest fixes/features.
I am using the most recent version Laurent.
Ok, then. Thought not, as you seem to be downloading a data package from Bioc 2.8...
It must have to do something with your local setup or internet connection. But please edit your question and provide the whole output in the places I edited. And btw, it's not that your disk partition is full, is it? ;)
The disk has a few hundred spare GB Michael :) Question has been edited as you requested.