0
多個用戶已發佈相同的具體問題(下面的鏈接),但目前沒有發佈的答案。 Shiny App在本地運行良好,但不會上傳到shinyapps.io。 .csv文件位於名爲「data」的工作目錄中的文件夾中。我有同樣的「上傳捆綁錯誤」問題。如果我去,它要求更新的鏈接,我得到一個404未找到錯誤錯誤:文件不存在。上傳閃亮的應用程序shinyapps.io
read.csv("./data/mydata.csv")
deployApp()
Preparing to deploy application...
Update application currently deployed at
Update application currently deployed at
https://MyUsername.shinyapps.io/MyApp/? [Y/n] Y
DONE
Uploading bundle for application: 150705...
Error: The file does not exist: C:\windows\TEMP\Rtmpc5JO0a\file29....
Similar question with no answer