ShinyCICD
June 16, 2020 ยท View on GitHub
The goal of ShinyCICD is to provide a simple example of packaged Shiny app to showcase CI/CD pipelines.
Installation
You can install ShinyCICD from GitHub with
remotes::install_github("miraisolutions/ShinyCICD-min")
The corresponding Shiny app can be then served launched by simply calling the run_app() exported function:
ShinyCICD::run_app()