Download a file with progress and validation
Arguments
- url
The URL to download from.
- dest_path
The local file path to save to.
- verbose
Print progress messages.
- timeout
(Numeric, default
Inf) Timeout in seconds passed toutils::download.file()viaoptions(timeout = ...)for the duration of the call.Infdisables the timeout, which is needed for multi-GB reference databases such as KSGP (>2 GB) and SILVA trainsets that take longer than R's 60-second default to download.