簡體   English   中英

將 Shiny 應用程序部署到 Shinyapps.io 時出現“未找到”錯誤

[英]‘Not Found’ error when deploying Shiny app to shinyapps.io

我非常感謝在 Shinyapps.io 部署中遇到棘手的“未找到”錯誤的幫助。

請您看看: https : //community.rstudio.com/t/not-found-error-when-deploying-to-shinyapps-io-whereas-app-deployed-well-hours-ago-and-still-does -本地/46029

更新:在 Github 上,我注意到rmarkdown包(對 Flexdashboard-Shiny 應用程序必不可少)最近剛剛更新(到 v1.18)。 因此,我嘗試在安裝以前的rmarkdown版本后部署我的應用程序,

require(devtools); install_version("rmarkdown", version = "1.17", repos = "http://cran.us.r-project.org")

錯誤消失了! 🎆

有關開發人員的跟進,請參閱https://github.com/rstudio/rmarkdown/issues/1714

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM