ar0ch / sever

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

Home Page:https://sever.john-coene.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 use_sever 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(
  use_sever(),
  h1("sever")
)

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

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

https://sever.john-coene.com

License:Other


Languages

Language:R 57.4%Language:JavaScript 41.1%Language:CSS 1.6%