https://github.com/miraisolutions/ShinyCICD
Example of a packaged Shiny App for illustrating CI/CD pipelines
https://github.com/miraisolutions/ShinyCICD
Last synced: 4 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T08:36:45.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:13:37.165Z (8 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
[](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml)
[](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")
```