Download Binary Packages
binary_download.Rd
The R temporary directory is created using tempdir()
that
consults the environment values of TMPDIR, TMP, or TEMP to establish
the path. We need to use a temporary directory as root
is not guaranteed
to have access to user's files.
Usage
binary_download(
url,
binary_file_name = base::basename(url),
verbose = TRUE,
mode = "wb",
timeout = 600
)