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 cc0b5e5 commit b6300f3Copy full SHA for b6300f3
R/shiny.R
@@ -733,7 +733,7 @@ download <- function(url, ...) {
733
# If Windows, call setInternet2, then use download.file with defaults.
734
if (.Platform$OS.type == "windows") {
735
# If we directly use setInternet2, R CMD CHECK gives a Note on Mac/Linux
736
- mySI2 <- eval(parse(text="setInternet2"))
+ mySI2 <- `::`(utils, 'setInternet2')
737
# Store initial settings
738
internet2_start <- mySI2(NA)
739
on.exit(mySI2(internet2_start))
0 commit comments