Error: Unhandled Exceptions when trying to deploy / (re)publish ShinyApps.io

Error: Unhandled Exceptions when trying to deploy / (re)publish ShinyApps.io

我有一个依赖 GitHub 包的闪亮应用。我最近更新了 GitHub 包,所以我也想重新发布闪亮的应用程序。我根本没有对闪亮的应用程序代码进行任何更改,它在 RStudio 中运行时没有错误。但是,当我重新发布它时,我在 RStudio 的“部署”选项卡中收到了这些消息。

Preparing to deploy document...DONE
Uploading bundle for document: 96244...DONE
Deploying bundle: 426681 for document: 96244 ...
Waiting for task: 180459152
  building: Parsing manifest
  building: Building image: 419646
  building: Building package: xtable
################################ Begin Task Log ################################ 
################################# End Task Log ################################# 
Error: Unhandled Exception: Child Task 180459153 error: Unhandled Exception: HTTP 599: Connection closed
Execution halted

我是 运行 Windows 7 上的最新版本的 R (3.2.5) 和 RStudio (0.99.893),并且我确保所有软件包都已更新。

我四处搜索报告类似错误(和解决方案)的人,但没有找到任何有用的信息。

如果有任何提示,我将不胜感激。

链接:

您更新到 R 3.2.5 了吗?看来 shinyapps.io 还没有准备好。

我昨天遇到了这些错误。回滚到 3.2.4 就可以了。

请注意,这已在 shinyapps forum:

中得到确认

"Is it at all possible that you are running with R version 3.2.5? If so, downgrading to 3.2.4 should fix this issue. The error message should be saying something like: shinyapps.io doesn't support this version of R yet."