Skip to content

Analytical Platform RShiny Container • This repository is defined and managed in Terraform

Notifications You must be signed in to change notification settings

ministryofjustice/analytics-platform-rshiny

Repository files navigation

analytics-platform-rshiny

RShiny Docker image for Analytics Platform

Docker Repository on Quay

Users can deploy shiny apps on the Analytical Platform.

Usage

Build

make build

Run locally

make up

Per User Apps

Shiny apps are built and deployed by Concourse which installs the webapp helm chart passing correct image values.

Each shiny app has its own repository with Dockerfile based on moj-analytical-services/rshiny-template repository (cloned when creating a new app).

This docker image is used as base image in the moj-analytical-services/rshiny-template repository (conda branch).

Another significant difference of the conda branch is that it also uses analytics-platform-shiny-server instead of official shiny server - main reason for this was to be able to use R environment installed with conda (or any R environment in your PATH).