GitXplorerGitXplorer
r

ShinyCICD-min-reloaded

public
0 stars
0 forks
4 issues

Commits

List of commits on branch develop.
Unverified
30a27511f116f6f9acfdf52e030cc2a28043dc44

Enable Travis CI for automated checks

rriccardoporreca committed 5 years ago
Unverified
8a005c76129902ede1967171fdf3988674c85463

Adapt to the forked repository

rriccardoporreca committed 5 years ago
Verified
f32d27bfe93113598d17573db181f30ca94bfa5d

Merge pull request #1 from miraisolutions/workshop-finalization

rriccardoporreca committed 5 years ago
Unverified
76aa1b25ea95bca20ad3bb5eb26f2388cd076103

Start with development version

rriccardoporreca committed 5 years ago
Unverified
a733852048a2a9c99f7716b0167cb3ab4da0da38

Refine Shiny module

rriccardoporreca committed 5 years ago
Unverified
d6f9904f3a4234c00599e008f16e77abcf049c79

Include check_man()

rriccardoporreca committed 5 years ago

README

The README file for this repository.

ShinyCICD

Travis build status

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

remotes::install_github("riccardoporreca/ShinyCICD-min")

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

ShinyCICD::run_app()