Error in shiny app deployment

Hi, and welcome!

Please see the FAQ: What's a reproducible example (`reprex`) and how do I create one? Using a reprex, complete with representative data will attract quicker and more answers. This question doesn't require one, though.

It take a bit of digging in the demo app page to find:

The demo application we will deploy requires the ggplot2 package and the shiny package. Ensure that any package required by your application is installed locally before you deploy your application.

And this makes sense because what happens is that the system on the user side generates the code and the remote system, shinyapps.io renders it.

1 Like