Runs a Shiny app for dependency investigation.

runShiny()

Value

An object that represents the app.

Examples

# Run only in interactive session
if (interactive()) {
  runShiny()
}