Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miraisolutions/ShinyCICD-min
- Owner: miraisolutions
- License: gpl-3.0
- Created: 2020-06-16T00:13:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T14:28:33.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:12:58.548Z (4 months ago)
- Language: R
- Size: 29.3 KB
- Stars: 14
- Watchers: 4
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - miraisolutions/ShinyCICD-min - Minimal packaged Shiny app used as starting point for the e-Rum2020 workshop (R)
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()
```