我的头撞在砖墙上,试图在一台新笔记本电脑上部署一个闪亮的应用程序。我正在使用Rstudio中的模板应用程序(文件|新项目|新目录|旧的忠实间歇泉数据的发光Web应用程序)进行测试(非常简单,不需要其他程序包)。
我在不同的网络上尝试过,将RStudio(更新为0.99.896)和R(更新为3.2.5)。持续收到此消息...
Preparing to deploy application...DONE
Uploading bundle for application: 96234...DONE
Deploying bundle: 427331 for application: 96234 ...
Waiting for task: 180491371
building: Building image: 420289
building: Building package: digest
################################ Begin Task Log ################################
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 180491373 error: Unhandled Exception: HTTP 599: Connection closed
Execution halted
遵循here的建议,我尝试将管理语言更改为美国英语(通过Windows中的控制面板)。但是,尽管卸载/重新安装了R和Rstudio,重新声明了Computor,R似乎已固定在
English_United Kingdom
上。R version 3.2.5 (2016-04-14)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows >= 8 (build 9200)
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] rsconnect_0.4.2.2 tools_3.2.5 RCurl_1.95-4.8 RJSONIO_1.3-0
[5] digest_0.6.9 bitops_1.0-6
然后,我尝试直接在R中设置语言环境:
> Sys.setlocale("LC_ALL","English")
[1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252"
可以,但是
shinyapps:::systemLocale
似乎不动...> options(shinyapps.locale.cache=FALSE)
>
> shinyapps:::systemLocale()
Detecting system locale ... en_GB
[1] "en_GB"
而且我仍然无法将应用程序部署到Shinyapps.io。当我尝试使用PC在Shinyapps网站上进行部署时,我遇到了一些同样的问题。任何建议表示赞赏。
最佳答案
我认为这是R的最新版本。
目前不支持R 3.2.5。您必须降级您的版本。