【发布时间】:2016-05-02 00:22:09
【问题描述】:
在运行 Shiny 应用程序之前我从未见过此错误,并且在谷歌搜索后找不到任何关于它的信息。我尝试重新安装 shiny 包并重新启动 R,但没有任何解决方法。有什么见解吗?
从本地目录运行runApp()后出错:
Listening on http://127.0.0.1:6093
Warning: Error in ..stacktraceon..: could not find function "shioptions"
Stack trace (innermost first):
1: runApp
Error in ..stacktraceon..({ : could not find function "shioptions"
以下追溯:
5: Sys.sleep(0.001)
4: withCallingHandlers(expr, error = function(e) {
if (is.null(attr(e, "stack.trace", exact = TRUE))) {
calls <- sys.calls()
attr(e, "stack.trace") <- calls
stop(e)
}
})
3: captureStackTraces(while (!.globals$stopped) {
serviceApp()
Sys.sleep(0.001)
})
2: ..stacktraceoff..(captureStackTraces(while (!.globals$stopped) {
serviceApp()
Sys.sleep(0.001)
}))
1: runApp()
【问题讨论】:
-
如果您以后发布一些代码以了解本地复制,这可能会有所帮助。