ShinyDashboard-停止shinyApps后出错

ShinyDashboard-停止shinyApps后出错,r,shiny,rstudio,shinydashboard,R,Shiny,Rstudio,Shinydashboard,我正在建造一个反光板。 直到昨天还没有出现任何问题,但今天每次我停止应用程序(工作正常)时,都会出现以下消息: Called from: Sys.sleep(0.001) 我通过单击RStudio中的“运行应用程序”按钮来运行应用程序,(),即使我更改了“运行”选项(“在窗口中运行”、“在外部运行”…),也会显示错误消息 最奇怪的是,有时此消息不会出现,但会显示其中一条,即使我的代码中没有任何更改: Called from: ifelse(interactive(), 100, 1000)

我正在建造一个反光板。 直到昨天还没有出现任何问题,但今天每次我停止应用程序(工作正常)时,都会出现以下消息:

Called from: Sys.sleep(0.001)
我通过单击RStudio中的“运行应用程序”按钮来运行应用程序,(),即使我更改了“运行”选项(“在窗口中运行”、“在外部运行”…),也会显示错误消息

最奇怪的是,有时此消息不会出现,但会显示其中一条,即使我的代码中没有任何更改:

Called from: ifelse(interactive(), 100, 1000)

Called from: takeElapsed()

Called from: as.numeric(Sys.time())

Called from: match(x, table, nomatch = 0L)
有谁能告诉我这些信息是什么原因吗?我对此一无所知,也没有在网上找到任何东西

我在Windows 7 Enterprise(Service Pack 1)上运行:

  • R版本3.2.2(2015-08-14)-“消防安全”
  • RStudio版本0.99.891

您是否考虑升级您的R版本?似乎您的问题可能与有关。感谢Knorad,我刚刚将R更新为R版本3.2.3(2015-12-10)-“木制圣诞树”,但问题仍然存在:在我停止应用程序后,出现了消息
调用自:takeappeased()