【问题标题】:Shiny - Error in ..stacktraceon..: could not find function "shioptions"闪亮 - ..stacktraceon 中的错误..:找不到函数“shioptions”
【发布时间】: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()

【问题讨论】:

  • 如果您以后发布一些代码以了解本地复制,这可能会有所帮助。

标签: r shiny


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-01-12
    • 1970-01-01
    • 2015-04-13
    • 1970-01-01
    • 2017-07-05
    • 2021-08-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多