All Projects → JohnCoene → Sever

JohnCoene / Sever

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

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Sever

r-ladies-ML-1
⭐ Files for my R-Ladies ML workshop - Supervised Learning 101 ⭐
Stars: ✭ 35 (-41.67%)
Mutual labels:  shiny, rstats
tRakt-shiny
Using trakt to graph show data and such. The on-it's-way-out incarnation of trakt.jemu.name
Stars: ✭ 17 (-71.67%)
Mutual labels:  shiny, rstats
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-80%)
Mutual labels:  shiny, rstats
Shinyalert
🗯️ Easily create pretty popup messages (modals) in Shiny
Stars: ✭ 148 (+146.67%)
Mutual labels:  shiny, rstats
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+843.33%)
Mutual labels:  shiny, rstats
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+3393.33%)
Mutual labels:  shiny, rstats
pirate
🏴‍☠️ A personal platform for R programming
Stars: ✭ 36 (-40%)
Mutual labels:  shiny, rstats
Cicerone
🏛️ Give tours of your Shiny apps
Stars: ✭ 131 (+118.33%)
Mutual labels:  shiny, rstats
Timevis
📅 Create interactive timeline visualizations in R
Stars: ✭ 470 (+683.33%)
Mutual labels:  shiny, rstats
Regexplain
🔍 An RStudio addin slash regex utility belt
Stars: ✭ 413 (+588.33%)
Mutual labels:  shiny, rstats
Colourpicker
🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
Stars: ✭ 144 (+140%)
Mutual labels:  shiny, rstats
Shinyappdemo
A demo shiny app inside a package
Stars: ✭ 23 (-61.67%)
Mutual labels:  shiny, rstats
Rtutor
Creating interactive R Problem Sets. Automatic hints and solution checks. (Shiny or RStudio)
Stars: ✭ 141 (+135%)
Mutual labels:  shiny, rstats
Shinycssloaders
⌛ Add loading animations to a Shiny output while it's recalculating
Stars: ✭ 248 (+313.33%)
Mutual labels:  shiny, rstats
Shinyfiles
A shiny extension for server side file access
Stars: ✭ 133 (+121.67%)
Mutual labels:  shiny, rstats
waypointer
Waypoints & Animations for Shiny
Stars: ✭ 16 (-73.33%)
Mutual labels:  shiny, rstats
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+81.67%)
Mutual labels:  shiny, rstats
Shinyapps links
A collection of Shiny applications (links shared on Twitter)
Stars: ✭ 109 (+81.67%)
Mutual labels:  shiny, rstats
Waiter
🕰️ Loading screens for Shiny
Stars: ✭ 325 (+441.67%)
Mutual labels:  shiny, rstats
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+871.67%)
Mutual labels:  shiny, rstats

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")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].