## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment  = "#>",
  eval     = FALSE
)

## -----------------------------------------------------------------------------
# shiny::runApp(system.file("examples", "real-shiny-app", package = "bs4Dashkit"))

## -----------------------------------------------------------------------------
# file.show(system.file("examples", "real-shiny-app", "app.R", package = "bs4Dashkit"))

## -----------------------------------------------------------------------------
# shiny::runApp(system.file("examples", "sidebar-smoke-test", package = "bs4Dashkit"))

## -----------------------------------------------------------------------------
# file.show(system.file("examples", "sidebar-smoke-test", "app.R", package = "bs4Dashkit"))

## -----------------------------------------------------------------------------
# shiny::runApp(system.file("examples", "test-all", package = "bs4Dashkit"))

## -----------------------------------------------------------------------------
# file.show(system.file("examples", "test-all", "app.R", package = "bs4Dashkit"))

