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