Skip to content

🔪Good-looking problems: customise your Shiny disconnected screen and error messages

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JohnCoene/sever

Repository files navigation

R-CMD-check

Good-looking problems: customise your Shiny disconnected screen and error messages.

Docs | Get Started

Usage

Include dependencies with useSever then use the sever function to customise the screen, launch the app and stop the server to see the customised screen.

library(shiny)
library(sever)

ui <- fluidPage(
  useSever(), # import dependencies
  h1("sever")
)

server <- function(input, output){
  sever() # customise
}

shinyApp(ui, server)

Get it

Get it from CRAN with:

install.packages("sever")

Install it from Github with:

# install.packages("remotes")
remotes::install_github("JohnCoene/sever")

About

🔪Good-looking problems: customise your Shiny disconnected screen and error messages

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Sponsor this project