All Projects → dreamRs → Shinybusy

dreamRs / Shinybusy

Licence: other
Minimal busy indicator for Shiny apps

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Shinybusy

Shinyappdemo
A demo shiny app inside a package
Stars: ✭ 23 (-75%)
Mutual labels:  shiny
Supreme
Generate UML diagrams of Shiny modules
Stars: ✭ 52 (-43.48%)
Mutual labels:  shiny
Shufflecards
✨ Create magical grid layouts in Shiny & Markdown
Stars: ✭ 76 (-17.39%)
Mutual labels:  shiny
Aisvms vis
AIS visualization from an interactive R and Shiny based web app using Material Design from Google.
Stars: ✭ 8 (-91.3%)
Mutual labels:  shiny
Reactor
unit testing for shiny reactivity
Stars: ✭ 44 (-52.17%)
Mutual labels:  shiny
Sever
🔪Good-looking problems: customise your Shiny disconnected screen and error messages
Stars: ✭ 60 (-34.78%)
Mutual labels:  shiny
Mastering Shiny
Mastering Shiny: a book
Stars: ✭ 790 (+758.7%)
Mutual labels:  shiny
Shinybulma
🌐 Bulma.io for Shiny
Stars: ✭ 86 (-6.52%)
Mutual labels:  shiny
Shinypanels
Collapsible panels layout for r shiny apps
Stars: ✭ 50 (-45.65%)
Mutual labels:  shiny
Stminsights
A Shiny Application for Inspecting Structural Topic Models
Stars: ✭ 74 (-19.57%)
Mutual labels:  shiny
Oak
A pure Go game engine
Stars: ✭ 847 (+820.65%)
Mutual labels:  shiny
Sig Bio Shiny
A standalone interactive application for detecting biological significance on a set of genes
Stars: ✭ 34 (-63.04%)
Mutual labels:  shiny
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-25%)
Mutual labels:  shiny
Datofutbol
Dato Fútbol repository
Stars: ✭ 23 (-75%)
Mutual labels:  shiny
Apps
Carson Sievert's web applications
Stars: ✭ 77 (-16.3%)
Mutual labels:  shiny
Ctmmweb
Web app for analyzing animal tracking data, built upon ctmm R package
Stars: ✭ 22 (-76.09%)
Mutual labels:  shiny
Db Dashboard
Project files of the article featured here: http://db.rstudio.com/best-practices/dashboards/
Stars: ✭ 58 (-36.96%)
Mutual labels:  shiny
Shiny Wordcloud
Example dockerized Shiny App
Stars: ✭ 86 (-6.52%)
Mutual labels:  shiny
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (-7.61%)
Mutual labels:  shiny
Startapp
The START App: R Shiny Transcriptome Analysis Resource Tool
Stars: ✭ 73 (-20.65%)
Mutual labels:  shiny

shinybusy

Automated (or not) busy indicator for Shiny apps

version cranlogs Project Status: Active – The project has reached a stable, usable state and is being actively developed. Travis build status Codecov test coverage R build status

Installation

Install from CRAN with:

install.packages("shinybusy")

You can install dev version of shinybusy from GitHub:

remotes::install_github("dreamRs/shinybusy")

Examples

Gif

Animate a Gif when server is busy and pause animation when server is idle :

# Somewhere in UI
add_busy_gif(src = "https://jeroen.github.io/images/banana.gif", height = 70, width = 70)

Progress bar

Make an infinite progress bar appear on top of the page when server is busy :

add_busy_bar(color = "#FF0000")

Spinner

Add a spinner when server is busy on top-right corner of the page with:

# UI
add_busy_spinner(spin = "fading-circle")

Classic Shiny:

Shinydashboard:

Shinythemes:

Other related packages

These packages provide cool alternative to add progress indicator in shiny application :

Acknowledgements

Development of this package was funded by Silex Technologies (https://www.silex-ip.com)

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].