Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 568 Bytes

ShinyCICD

Travis build status

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("wan-huiyan/ShinyCICD-min")

The corresponding Shiny app can be then served launched by simply calling the run_app() exported function:

ShinyCICD::run_app()