Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miraisolutions/ShinyCICD
- Owner: miraisolutions
- License: lgpl-2.1
- Created: 2020-04-22T08:32:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T08:36:45.000Z (10 months ago)
- Last Synced: 2024-06-05T02:32:14.057Z (5 months ago)
- Language: R
- Homepage: https://miraisolutions.shinyapps.io/ShinyCICD/
- Size: 118 KB
- Stars: 3
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - miraisolutions/ShinyCICD - Example of a packaged Shiny App for illustrating CI/CD pipelines (R)
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")
```