Error : ShinyApp cannot open the connection
Error : ShinyApp cannot open the connection
我尝试向 shinyapp.io 和 rstudioconnect.com 发布一个 shinyapp 但出现连接错误,我在这里提出 Unable publish to RStudio Connect : Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #115 and Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #31。它在本地工作,但一旦发布就出错了,因为您可以通过下面的 gif 看到整个编织过程。
我录了几个gif动图才彻底知道错误。 error 01, error 02, error 03。请参考gif,这里我也参考了一些遇到类似错误的文章。
- Shiny app turns grey when deployed, works fine locally
- (shinyapps.io) ERROR: cannot open the connection
- ERROR: cannot open the connection
- cannot open the connection in Shiny
终于成功了,但是需要几分钟才能打开网页...test shinyapp
我忘了将数据和函数附加到 shinyapp 中,我想知道有些函数无法找到,而我只是简单地添加 googleVis::
和 purrr::
以从加载包中获取 require 函数。
我尝试向 shinyapp.io 和 rstudioconnect.com 发布一个 shinyapp 但出现连接错误,我在这里提出 Unable publish to RStudio Connect : Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #115 and Error in yaml::yaml.load(enc2utf8(string), ...) : Reader error: control characters are not allowed: #81 at 276 #31。它在本地工作,但一旦发布就出错了,因为您可以通过下面的 gif 看到整个编织过程。
我录了几个gif动图才彻底知道错误。 error 01, error 02, error 03。请参考gif,这里我也参考了一些遇到类似错误的文章。
- Shiny app turns grey when deployed, works fine locally
- (shinyapps.io) ERROR: cannot open the connection
- ERROR: cannot open the connection
- cannot open the connection in Shiny
终于成功了,但是需要几分钟才能打开网页...test shinyapp
我忘了将数据和函数附加到 shinyapp 中,我想知道有些函数无法找到,而我只是简单地添加 googleVis::
和 purrr::
以从加载包中获取 require 函数。