Skip to content

fix: correct domain reference in ADAE example comments (#163)#164

Open
LeonidasZhak wants to merge 1 commit into
pharmaverse:mainfrom
LeonidasZhak:fix/adae-domain-typo
Open

fix: correct domain reference in ADAE example comments (#163)#164
LeonidasZhak wants to merge 1 commit into
pharmaverse:mainfrom
LeonidasZhak:fix/adae-domain-typo

Conversation

@LeonidasZhak

Copy link
Copy Markdown

What

Corrects a comment typo in the ADAE example files where the domain reference was incorrectly set to VS (Vital Signs) instead of AE (Adverse Events).

Changes

  • adam/adae.qmd: Changed '# Join ADSL variables with VS' to '# Join ADSL variables with AE'
  • adam/adae.R: Changed '# Join ADSL variables with VS' to '# Join ADSL variables with AE'

Context

The ADAE example joins ADSL variables with the AE domain (adverse events), not the VS domain (vital signs). The ADVS example files correctly reference VS. This is a comment-only fix with no functional impact.

Fixes #163

The comment 'Join ADSL variables with VS' incorrectly references the VS
(Vital Signs) domain. Since this is the ADAE (Adverse Events) example,
the comment should reference the AE domain instead.

Fixes pharmaverse#163

@bms63 bms63 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A very minor typo in example

2 participants