Skip to content

Commit

Permalink
mode = wb for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Nov 17, 2023
1 parent d9a5fc0 commit 49e2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tools/nixlibs.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ try_download <- function(from_url, to_file, hush = quietly) {

status <- try(
suppressWarnings(
download.file(from_url, to_file, quiet = hush)
download.file(from_url, to_file, quiet = hush, mode = "wb")
),
silent = hush
)
Expand Down

0 comments on commit 49e2a0b

Please sign in to comment.