This project focuses on assessing the stability of premixes used in manufacturing processes. It evaluates how factors such as temperature, humidity, and storage duration impact the physical and chemical properties of premixes, aiming to optimize storage conditions and enhance product quality.
- R (version 4.0.0 or higher)
- RStudio (recommended)
- Required R packages:
install.packages(c("readxl", "ggplot2", "reshape2", "nlme", "tidyverse", "ggpubr", "kableExtra", "rstatix"))
- Clone or download this repository to your local machine.
- Open the project in RStudio by accessing the
.Rproj
file.
- Load the required libraries:
library(ggplot2) library(reshape2) library(nlme) library(tidyverse) library(ggpubr) library(kableExtra) library(rstatix) library(here)
- Execute the main analysis script located in the
src
directory:source("/src/Premix_stability.R")
/bin
: Contains executable scripts or compiled binaries used in processing./data
: Stores raw data files, typically in csv format./doc
: Documentation related to the project, including methodology and references./results
: Outputs from the analyses, including generated reports./src
: All R scripts necessary for the analysis.Premix_stability.R
: The primary script to iteratively call the r markdown generator.Premix_stability.Rmd
: The r markdown generator.
This section outlines the key findings from the analysis. For comprehensive details, please refer to the output files in the /results
folder.
- Aguirre Mimoun
- Arthur Tenenhaus
- Jean-Philippe Vial
- Thank you to R community for continuous support
- Contributions via pull requests are welcome. For substantial changes, please open an issue first to discuss what you'd like to change.
- Please ensure to update tests appropriately.
This project is licensed under the GNU General Public License (GPL).