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.
The app is deployed on shinyapps.io. Our plan is to update this app with additional features in time.
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 theui.Randserver.Rfiles.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.
This repository has been created by:
This project is licensed under the GPL-3.0 license - see the LICENSE file for details.
