Run Shiny App demonstrating the package
runExample(...)
...
passed to shiny::runApp(), e.g. port, launch.browser
shiny::runApp()
port
launch.browser
if (interactive() && requireNamespace("shiny", quietly = TRUE)) { bpbounds::runExample() }