Is there a way to create a "splash" screen while a global.R file is being executed? Unfortunately, the UI depends on the complete execution of the global.R file, so I cannot create a splash screen from within the ui/server.
I think that I'm asking shiny to do something it can't do...but maybe there is a way.