Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miraisolutions/ShinyCICD

Example of a packaged Shiny App for illustrating CI/CD pipelines
https://github.com/miraisolutions/ShinyCICD

Last synced: 3 months ago
JSON representation

Example of a packaged Shiny App for illustrating CI/CD pipelines

Awesome Lists containing this project

README

        

# ShinyCICD

[![ci-cd](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml)
[![ci-cd-renv](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd-renv.yml/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd-renv.yml)

The goal of ShinyCICD is to provide an example of a packaged Shiny app,
to illustrate CI/CD pipelines on open source tools like GitHub Actions.

## Installation

You can install the released version of ShinyCICD from GitHub with:

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