Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 521 Bytes

R Shiny frontend for DES / simmer

A simple frontend for simmer and the most basic example to simulate an ambulatory consultation using RStdio's shiny.

Getting Started

Pull the git-repository and load it using RStudio. (Alternatively, changing to the project's directory might be sufficient.)

Setup of dependencies can be done using renv

renv::restore()