We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26ae52 commit 98cade3Copy full SHA for 98cade3
R/init.R
@@ -13,6 +13,6 @@ xml_save_options <- function() {
13
download_file_callback <- function(url){
14
tmp <- tempfile()
15
on.exit(unlink(tmp))
16
- download.file(url, tmp, quiet = TRUE)
+ utils::download.file(url, tmp, quiet = TRUE)
17
readBin(tmp, raw(), file.info(tmp)$size)
18
}
0 commit comments