Entering edit mode
Hi I am installing rhdf5lib on R 4.1.0 on ubuntu and I met some installation problems.
BiocManager::install("Rhdf5lib",force=TRUE)
Here is the error and warning messages.
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://bioconductor.org/packages/3.13/bioc/src/contrib/Rhdf5lib_1.14.2.tar.gz' failed
In addition: Warning messages:
1: In .inet_warning(msg) :
downloaded length 1146192 != reported length 9991926
2: In .inet_warning(msg) :
URL 'https://bioconductor.org/packages/3.13/bioc/src/contrib/Rhdf5lib_1.14.2.tar.gz': Timeout of 300 seconds was reached
Warning message:
In .inet_warning(msg) : download of package ‘Rhdf5lib’ failed
I think maybe it is the problem of slow internet, but I don't know how to fix it.