seurat-data
seurat-data copied to clipboard
Download automatically times out after 60 seconds
https://github.com/satijalab/seurat-data/blob/d6a8ce61ccb21a3b204f194d07009772c822791d/R/seurat_data.R#L82C1-L82C20
My InstallData("ifnb") command was terminated after downloading 341 of 390MB as it his the 60 seconds timeout limit. This default timeout is okay for small files <10 MB but needs to be dynamic for larger files.
Seeing this when trying to install 'bonemarrowref' data too. To overcome this, increase the timeout option by running: options(timeout=120)