shinyApp( ui = fluidPage("Hello"), server = function(input, output) {} )