README.md

[![Travis build status](https://travis-ci.org/JohnCoene/sever.svg?branch=master)](https://travis-ci.org/JohnCoene/sever) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/JohnCoene/sever?branch=master&svg=true)](https://ci.appveyor.com/project/JohnCoene/sever) ![R-CMD-check](https://github.com/JohnCoene/sever/workflows/R-CMD-check/badge.svg) [![CircleCI build status](https://circleci.com/gh/JohnCoene/sever.svg?style=svg)](https://circleci.com/gh/JohnCoene/sever) [![R build status](https://github.com/JohnCoene/sever/workflows/R-CMD-check/badge.svg)](https://github.com/JohnCoene/sever/actions) Good-looking problems: customise your Shiny disconnected screen and error messages. [Docs](https://sever.john-coene.com) | [Get Started](https://sever.john-coene.com/sever/)

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")


Try the sever package in your browser

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

sever documentation built on July 15, 2021, 1:06 a.m.