Open seandavi opened 1 year ago
in spite of increasing timeout with options(timeout=3000), downloadFile keeps using 120 seconds. Am I doing something wrong?
options(timeout=3000)
downloadFile
I've installed the latest version using install_github('seandavi/GEOquery') and R version 4.3.1 (2023-06-16).
install_github('seandavi/GEOquery')
Originally posted by @jacorvar in https://github.com/seandavi/GEOquery/issues/139#issuecomment-1786048694
I think the install_github('seandavi/GEOquery') not the latest version. I use this code and have no timeout error.
remotes::install_github("seandavi/GEOquery@58225fa") library(GEOquery) options(timeout=999999)
in spite of increasing timeout with
options(timeout=3000)
,downloadFile
keeps using 120 seconds. Am I doing something wrong?I've installed the latest version using
install_github('seandavi/GEOquery')
and R version 4.3.1 (2023-06-16).Originally posted by @jacorvar in https://github.com/seandavi/GEOquery/issues/139#issuecomment-1786048694