/ShinyCICD-min

Minimal packaged Shiny app used as starting point for the e-Rum2020 workshop

Primary LanguageRGNU General Public License v3.0GPL-3.0

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