Integration with install tooling in utils
Description
insert a hook in install.packages
Usage
enable_install_packages_hook()
disable_install_packages_hook()
download_file_shim(url, ..., headers = NULL)
Arguments
url
:url
argument to utils::download.file...
: further arguments to utils::download.fileheaders
:headers
argument to utils::download.file. The negotiated token will be added as a bearer token in anAuthorzation
header. If anAuthoryzation
header is already present, it will be replaced.
Last modified July 8, 2025