@@ -58,6 +58,40 @@ If you analyse multiple CSV files, a separate subfolder (under the same name of
5858---
5959## Repository Contents
6060
61+ |---------------- .github
62+ (Automatically generated folder used for GitHub workflows, such as building PDF files.)
63+ |---------------- Pure Data
64+ (Contains datasets extracted from the University of Edinburgh's Research Explorer (Pure))
65+ |---------------- R
66+ (Includes all R functions used to generate the analysis outcomes and build the PDF report.)
67+ |---------------- Trial Analysis
68+ (Contains datasets from the UOE Explorer (Pure) and RMarkdown files used to develop the code.)
69+ |---------------- assets
70+ (Stores additional resources, such as the .tiff file for the font type used in the PDF report.)
71+ |---------------- data
72+ (Contains datasets from the Centre for Engineering Biology at the University of Edinburgh.)
73+ |---------------- tests
74+ (Includes trial datasets and code used during the development and testing of the repository.)
75+ |------- .Rbuildignore
76+ (Specifies files and folders to ignore when building the R package.)
77+ |-------.gitignore
78+ (Lists files and folders to exclude from Git version control.)
79+ |-------.lintr
80+ (Configuration file for linting R code to ensure style and syntax consistency.)
81+ |-------DESCRIPTION
82+ (Metadata file for the R package, including dependencies and project details.)
83+ |-------Generate_report.r
84+ (The main R script for generating the PDF report and other analysis outputs.)
85+ |-------LICENSE
86+ (The license file for the repository (plain text format).)
87+ |-------LICENSE.md
88+ (The license file in markdown format.)
89+ |-------NAMESPACE
90+ (Defines the namespace for the R package, including exported functions.)
91+ |-------NetworkAnalysis.Rproj
92+ (RStudio project file for managing the repository.)
93+ |-------README.md
94+ (This file, providing an overview of the repository and instructions for use.)
6195
6296---
6397
0 commit comments