Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
README.md
# shinybiocloader The `shinybiocloader` package provides a wrapper function similar to emitanaka's `shinycustomloader` package at https://github.com/emitanaka/shinycustomloader. It allows users to add a Bioconductor note loading animation while an app is loading. ## Installation You can install the released version of `shinybiocloader` from GitHub with: ```r BiocManager::install("LiNk-NY/shinybiocloader") ``` ## Usage ```r library(shinybiocloader) withLoader( plotOutput("myplot"), loader = "biocspin" ) ```