Skip to content

Commit 98cade3

Browse files
committed
Fix CMD check warning
1 parent c26ae52 commit 98cade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/init.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ xml_save_options <- function() {
1313
download_file_callback <- function(url){
1414
tmp <- tempfile()
1515
on.exit(unlink(tmp))
16-
download.file(url, tmp, quiet = TRUE)
16+
utils::download.file(url, tmp, quiet = TRUE)
1717
readBin(tmp, raw(), file.info(tmp)$size)
1818
}

0 commit comments

Comments
 (0)