From 9369763777251eb8d0485da098a5bd10d0d26e81 Mon Sep 17 00:00:00 2001 From: ProfessorP Date: Wed, 2 Oct 2024 19:23:13 -0400 Subject: [PATCH] spellcheck fix again --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d9b667561..50cb0d0b7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -45,7 +45,7 @@ # admiral 1.1.1 -- `derive_vars_atc()` and `create_single_dose_dataset()` `by_vars` argument updated to use `get_admiral_option("subject_keys")` instead of USUBJID or STUDYID. +- `derive_vars_atc()` and `create_single_dose_dataset()` `by_vars` argument updated to use `get_admiral_option("subject_keys")` instead of `USUBJID` or `STUDYID`. - test scripts, R, and markdown files for `create_single_dose_dataset` and `occds.Rmd` updated to include a `STUDYID` column because of `get_admiral_option("subject_keys")` update above. - `derive_extreme_event()` was fixed such that `check_type = "none"` is accepted again. (#2462)