Skip to content
/ sever Public

❗ This is a read-only mirror of the CRAN R package repository. sever — Customise 'Shiny' Disconnected Screens and Error Messages. Homepage: https://sever.john-coene.com/ Report bugs for this package: https://github.com/JohnCoene/sever/issues

License

Notifications You must be signed in to change notification settings

cran/sever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis build status AppVeyor build status R-CMD-check CircleCI build status R build status

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

❗ This is a read-only mirror of the CRAN R package repository. sever — Customise 'Shiny' Disconnected Screens and Error Messages. Homepage: https://sever.john-coene.com/ Report bugs for this package: https://github.com/JohnCoene/sever/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages