Skip to content

jvnte/zufallsvariablengenerator

Repository files navigation

Welcome to Zufallsvariablengenerator

A R Shiny application that allows you to generate and visualise common discrete and continuous random variables.

Run App locally in RStudio

Open zufallsvariablengenerator.rproj and enter the following in the console:

shiny::runApp('source')

Run App in Docker container

To run the app in an isolated environment install docker here. Then navigate to project root directory and build the container image by executing the following in you CLI:

docker build -t my-shinyapp-image . 

This might take a couple of minutes. After the image is build start the container by running:

docker run -d --name my-shiny-app -p 3838:3838 my-shinyapp-image

Open a browser and enter localhost:3838 to access the app.

To stop the container enter:

docker stop my-shiny-app

If you want to delete the container execute:

docker rm my-shiny-app -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published