Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miraisolutions/ShinyCICD-min

Minimal packaged Shiny app used as starting point for the e-Rum2020 workshop
https://github.com/miraisolutions/ShinyCICD-min

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

``` r
remotes::install_github("miraisolutions/ShinyCICD-min")
```

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

``` r
ShinyCICD::run_app()
```