All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates formatted as YYYY-MM-DD as per ISO standard.
Add interactive sequence explorer to the shiny application, and made amendments elsewhere to the documentation, as per feedback from PenTAG team.
- Interactive sequence explorer tab within the shiny app
- GitHub action to convert
CITATION.cff
into a.bib
citation that can easily download and use with reference managers
- Amendments to the text and diagrams across several different pages, as per feedback from the PenTAG team
- Add Amy Heather to citation
- Add PenTAG email to licence
- Add reader mode so sidebar and table of contents can be toggled to hide
- Improved image quality of the draw.io diagrams
- Update list of packages in renv for shiny app
- Deleted old draw.io diagrams
- Corrected display of survival and hazard curves
Produced pilot shiny web application to find valid treatment sequences.
- Shiny web application (in
shinyapp/
), which is also hosted on shinyapps.io
- Add required packages for app to the
renv
- Add description of app to the main
README
file
Detailed model documentation via a quarto site hosted with GitHub pages.
- Quarto site with detailed documentation for the model including:
- Acronyms
- Context on the associated NICE appraisals, articles and reports
- A detailed summary of the analysis
- A plain english summary of the analysis
- Installation instructions
- A step-by-step walkthrough of the code in
Model_Structure.R
- Descriptions of the probabilistic analysis and scenario analysis
- Details about the license, citation instructions and the changelog
- Add
folder
input tof_res_ProduceWordDoc()
to allow specification of the output folder to save the word document too (as previously hard coded./4_Output
) - Add information about quarto website and run time to
README.md
- Moved images from
img/
todocs/images/
- Removed unused template README and citation files from
1_Data/
3_Functions/
and4_Output/
. The paragraph that had been entered into the template README in the data folder was moved onto the probabilistic analysis page in the quarto documentation
Embellished README
- Add files produced by model run to
.gitignore
- Extended
README.md
to include banner image with logos, extra badges, table of contents, all the information fromID6184 Using the R decision model..
(e.g. installation guide with images, overview of input files, future versions)
Implemented the essential components of the STARS framework (exc. open science archive).
CITATION.cff
and GitHub action to check validity (cff_validation.yaml
)
- Extended
README.md
to include some instructions for installing and running the model, more detailed repository overview, citation information, ORCID IDs, acknowledgements, license and funding information
- Formatting of copyright statement in
LICENSE
🌱 First release. EOM-RCC model as shared by the PenTAG team, with minor changes that enabled us to run the model.
- Code from the original repository - https://github.com/nice-digital/NICE-model-repo
- R environment for dependency management (
renv
)
- Set model to run sequentially (in
2_Scripts/Model_Structure.R
)