我正在尝试使用runUrl()函数在我的网站上提供我的第一个闪亮的应用程序。
我已将zip文件上传到我的服务器并使用以下代码
library(shiny)
runUrl("http://www.sampassmore.com/wp-content/uploads/2014/05/test.zip")
但我不断得到错误:
Downloading http://www.sampassmore.com/wp-content/uploads/2014/05/test.zip
Error in setwd(appDir) : cannot change working directory
我很讨厌如何继续,因为我个人不在代码中使用setwd()。在闪亮的过程中必须有一些代码,但我不知道在哪里或如何解决它。
萨姆