SkillAgentSearch skills...

Sever

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

Install / Use

/learn @JohnCoene/Sever
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="./man/figures/logo.png" height=200/> <!-- badges: start -->

R-CMD-check

<!-- badges: end -->

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

Docs | Get Started

</div>

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")
View on GitHub
GitHub Stars81
CategoryDevelopment
Updated17d ago
Forks5

Languages

R

Security Score

85/100

Audited on Mar 12, 2026

No findings