Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 433 Bytes

ShinyCICD

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()