This repository describes how to add a Shiny app using renv inside ShinyProxy.
Related demos:
To pull the image made in this repository from Docker Hub, use
sudo docker pull openanalytics/shinyproxy-shiny-renv-demo
the relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-shiny-renv-demo
To build the image from the Dockerfile, clone this repository, then navigate to its root directory and run
sudo docker build -t openanalytics/shinyproxy-shiny-renv-demo .
To add the shiny application to ShinyProxy, add the following lines to its configuration file (see application.yml for a complete file):
proxy:
specs:
- id: shiny-with-renv
display-name: Shiny using renv Demo Application
container-image: openanalytics/shinyproxy-shiny-renv-demo
(c) Copyright Open Analytics NV, 2024.