devtools check() completed

This commit is contained in:
2026-01-26 11:14:12 +00:00
parent 7f08c170c0
commit 9d81f5e37d
4 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PrettyShinyDisconnectHandler.R
\name{useBannerDisconnectHandler}
\alias{useBannerDisconnectHandler}
\title{Replaces the standard shiny disconnect handler with a banner}
\usage{
useBannerDisconnectHandler()
}
\value{
The disconnect handler
}
\description{
Replaces the standard shiny disconnect handler with a banner
}
\examples{
\dontrun{
x <- shiny::fluidPage(useBannerDisconnectHandler())
shiny::shinyApp(x, function(...) { stop("Server stop") })
}
}