I've got a nice shiny app that runs on my local host, but when I try to publish I get multiple invalid project layout issues, beginning with
"The project should have one of the following layouts:
- server.R' and 'ui.R' in the application base directory,
I followed "How to Build a Shiny app and replaced my data with those directions and everything worked fine in the local application.
https://shiny.rstudio.com/articles/build.html
any ideas on what step I should take next?