The goal of ShinyCICD is to provide a simple example of packaged Shiny app to showcase CI/CD pipelines.
You can install ShinyCICD from GitHub with
remotes::install_github("miraisolutions/ShinyCICD-min")
The corresponding Shiny app can be then served launched by simply calling the run_app()
exported function:
ShinyCICD::run_app()