Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
⚠️ **Note:** A newer version of this project is now available. This R version remains accessible for reference and legacy use, but users are encouraged to explore the updated release for the latest features and improvements.⚠️

# Immunization Charts (R Version)

## Introduction
Expand All @@ -6,8 +8,6 @@ This repository contains the **R implementation** of the immunization charts pro

It provides an approach for generating custom immunization history charts, which can be incorporated into notice letters for overdue **Immunization of School Pupils Act (ISPA)**-mandated or **Child Care and Early Years Act (CCEYA)**-mandated immunizations.

⚠️ **Note:** A newer version of this project is now available. This R version remains accessible for reference and legacy use, but users are encouraged to explore the updated release for the latest features and improvements.

## Usage
### Environment
[R](https://www.r-project.org/) is used with [LaTeX](https://www.latex-project.org/) (via [rmarkdown](https://pkgs.rstudio.com/rmarkdown/index.html)) for PDF generation. [renv](https://rstudio.github.io/renv/index.html) is used in this repository to assist with accurately reproducing the R project environment.
Expand Down