Whether the project is a shiny app: it has the canonical entry files (a single app.R, or the ui.R+server.R pair) and one of them uses the shiny stack. When no entry file can be read we trust the file names alone.
app.R
ui.R
server.R
Whether the project is a shiny app: it has the canonical entry files (a single
app.R, or theui.R+server.Rpair) and one of them uses the shiny stack. When no entry file can be read we trust the file names alone.