我正在建立一个闪亮的仪表板。 直到昨天没有任何问题,但今天每次我停止应用程序(运行正常)时会出现此消息:
Called from: Sys.sleep(0.001)
我通过单击RStudio中的“运行应用程序”按钮(here's a picture)来运行应用程序,即使我更改了“运行”选项(“在窗口中运行”,“运行”,也会显示错误消息外部”,...)。
最奇怪的是,有时这条消息不会出现,但它会显示其中的一条,即使我的代码中没有改变任何内容:
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)上运行: