We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cce19 commit 7fa465eCopy full SHA for 7fa465e
R/appshot.R
@@ -107,7 +107,7 @@ appshot.shiny.appobj <- function(
107
p <- r_background_process(
108
function(url, file, ..., timeout) {
109
# Wait for app to start
110
- wait <- getFromNamespace("wait_until_server_exists", "webshot")
+ wait <- utils::getFromNamespace("wait_until_server_exists", "webshot")
111
wait(url, timeout = timeout)
112
webshot::webshot(url = url, file = file, ...)
113
},
0 commit comments