This function download and install standalone version of aria2 for Windows.
install_aria2(aria2_dir = system.file(package = "sen2r"), force = FALSE)
aria2_dir | (optional) Path where aria2 executable will be installed (default: the package path). |
---|---|
force | (optional) Logical: if TRUE, install even if it is already installed (default is FALSE). |
The path of aria2
License: GPL 3.0
# NOT RUN { install_aria2() # }