A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/dreamRs/shinybusy below:

dreamRs/shinybusy: Minimal busy indicator for Shiny apps

Automated (or not) busy indicator for Shiny apps & other progress / notifications tools

Install from CRAN with:

install.packages("shinybusy")

You can install dev version of shinybusy from GitHub:

remotes::install_github("dreamRs/shinybusy")
Automated busy indicators

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)

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

add_busy_bar(color = "#FF0000")

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

add_busy_spinner(spin = "fading-circle")

Display a loading indicator at the start of the application until it is ready to be used, block application interaction until a calculation is done, send notifications to user, ... See vignette or online website for more.

This package use {packer} to manage JavaScript assets, see packer's documentation for more.

Install nodes modules with:

Modify srcjs/exts/busy.js (or other scripts), then run:

Re-install R package and try demo applications in examples/.

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

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4