rostools / r-cubed-intermediate

Reproducible Research in R: An Intermediate Workshop on Modern Approaches and Workflows to Processing Data
https://r-cubed-intermediate.rostools.org/
Other
5 stars 4 forks source link

Timeout is often too short for getting mmash file #31

Open AndersAskeland opened 4 months ago

AndersAskeland commented 4 months ago

The default timeout is 60 seconds, but this is often insufficient for the mmash file.

Consider setting options to 120 seconds or similar.

AndersAskeland commented 4 months ago

Is there a way to set this for a specific function call, without having to set global options.

lwjohnst86 commented 4 months ago

Is this with the download.file() function?