Skip to content

Commit 7fa465e

Browse files
committed
add utils to Imports/NAMESPACE
1 parent b5cce19 commit 7fa465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/appshot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ appshot.shiny.appobj <- function(
107107
p <- r_background_process(
108108
function(url, file, ..., timeout) {
109109
# Wait for app to start
110-
wait <- getFromNamespace("wait_until_server_exists", "webshot")
110+
wait <- utils::getFromNamespace("wait_until_server_exists", "webshot")
111111
wait(url, timeout = timeout)
112112
webshot::webshot(url = url, file = file, ...)
113113
},

0 commit comments

Comments
 (0)