starBlissGUI

March 13, 2023 ยท View on GitHub

A GUI for the starBliss package made with RShiny. Check it out on ShinyApps.io here or build the Docker Image with the instructions below!

image

Dependencies

This Shiny App depends on the following packages.

  • starBliss

  • ggplot2

  • lubridate

  • shiny

  • shinyWidgets

Building the Docker Image

To build the docker image simply run:

docker build -t starblissgui .

To run docker container:

docker run -p 3838:3838 starblissgui

Contents

  1. 1Dependencies
  2. 2Building the Docker Image