gpt4 book ai didi

r - Shiny - ..stacktraceon 错误.. : could not find function "shioptions"

转载 作者:行者123 更新时间:2023-12-04 17:59:46 34 4
gpt4 key购买 nike

我在运行 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()

最佳答案

检查 R 控制台的库(“ Shiny ”)输出。我认为您没有加载包和/或您有意升级。

关于r - Shiny - ..stacktraceon 错误.. : could not find function "shioptions",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36973494/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com