https://github.com/nhs-transformation-unit/dev_diag_simple
Repository for a simple diagnostic waiting list simulation
https://github.com/nhs-transformation-unit/dev_diag_simple
Last synced: about 1 year ago
JSON representation
Repository for a simple diagnostic waiting list simulation
- Host: GitHub
- URL: https://github.com/nhs-transformation-unit/dev_diag_simple
- Owner: NHS-Transformation-Unit
- License: gpl-3.0
- Created: 2025-04-24T08:43:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T15:24:42.000Z (about 1 year ago)
- Last Synced: 2025-04-24T16:28:21.208Z (about 1 year ago)
- Language: R
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Diagnostic Waiting List Simulation
This repository contains the codebase for creating a simple diagnostic waiting list simulation shiny app.
## Repository Structure
The structure of the repository is detailed below:
``` plaintext
├───app.R
├───README.md
├───LICENSE
├───.gitignore
├───src
├───server.R
└───ui.R
└───www
├───config
└───images
```
- `app.R`: Runs the shiny app.
- `README.md`: This file containing an overview and instructions for using the repository.
- `LICENSE`: License information for the repository.
- `.gitignore`: Specifies the files and folders that are ignored (not tracked) in the repository.
- `src`: All source code used for the `ui.R` and `server.R` files.
- `www`: Contains images and files to be included in the app for deployment.
- `config`: Contains the css file for formatting the app.
- `images`: Contains the relevant TU logo.
## Contributors
This repository has been created and developed by:
- [Andy Wilson](https://github.com/ASW-Analyst)
## License
This project is licensed under the **GPL-3.0 license** - see the `LICENSE` file for details.