Deploying a Shiny App, using deployApp call
This code to upload my “Hello World” shiny App to ShinyApps.io works:
Error in func(fname, …) : app.R did not return a shiny.appobj object
I’m trying to deploy a shiny app that summarizes the data of my athletes during a rugby season. So I’ve a lot of data from different “.xls files” and I use reactive function (of the name, and the date) to create interactive visualizations. When I launch my app into Rstudio it works well. However when I try to deploy it through shinyapps.io I deal with this error message in my console : “Error in func(fname, …) : app.R did not return a shiny.appobj object”. What’s more on the shiny app web page, I see “An error has occured” and “Exit status 1”.