inst/examples-shiny/code-editor/deploy.R

withr::local_temp_libpaths()
install.packages("shiny")

rsconnect::deployApp(
  rprojroot::find_package_root_file("inst/examples-shiny/code-editor"),
  appName = "code-editor",
  account = "bslib",
  forceUpdate = TRUE
)

Try the bslib package in your browser

Any scripts or data that you put into this service are public.

bslib documentation built on May 16, 2026, 9:06 a.m.