Skip to content

NHS-Transformation-Unit/spc_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU logo

Statistical Process Control chart generator

This repository contains the codebase for creating a shiny app that accepts data to produce either an I-chart, P-chart or C-chart, based on the data uploaded.


Accessing the App

The app is deployed on shinyapps.io. Our plan is to update this app with additional features in time.


Repository Structure

The structure of the repository is detailed below:


├───app.R
├───README.md
├───LICENSE
├───.gitignore
├───data
├───documentation
├───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.
  • data: Test data used to test the app.
  • documentation: Contains test drawing for the app construction.
  • src: All source code used for the ui.R and server.R files.
  • www: Images and files to be included in the app for deployment.
    • config: Contains the css file for formatting the app.
    • image: Contains the TU logo and example SPC charts.

Contributors

This repository has been created by:

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

About

Repository to process the SPC charting app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published