From 0fad9cfceaf7ca04b754f4cfdf447a9a911b8386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:39:46 +0200 Subject: [PATCH] chore: re-adds some extra spaces on older NEWS items --- NEWS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index ae3386ce..7b9c3707 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,7 +16,7 @@ * Added new random dataset generator: EORTC QLQ-C30 V3 Analysis Dataset (`radqlqc`). ### Enhancements -* Added variables `ASTDY`, `AENDY`, `EXDOSFRQ`, `EXROUTE`, `VISIT`, `VISITDY`, `EXSTDTC`, `EXENDTC`, `EXSTDY`, +* Added variables `ASTDY`, `AENDY`, `EXDOSFRQ`, `EXROUTE`, `VISIT`, `VISITDY`, `EXSTDTC`, `EXENDTC`, `EXSTDY`, `EXENDY`, `TRTSDT`, and `TRTEDT` to `adex`. * Added more default `PARAM`s and new variables `PPSTINT`, `PPENINT`, `REGIMEN`, and `PKARMCD` to `adpp`. * Added `TNE` to `PARAMCD`, `Total Number of Exacerbations` to `PARAM`, and new variable `lgTMATRSK` to `adtte`. @@ -27,12 +27,12 @@ * Added variables `CMSTRTPT`, `CMENRTPT`, `ADURN`, and `ADURU` to `adcm`. * Added variables `AESCONG`, `AESDISAB`, `AESHOSP`, `AESLIFE`, `AESMIE`, and `LDOSEDTM` to `adae`. * Added parameter `with_trt02` to `radsl` to make the second treatment period available. When `with_trt02 = TRUE` - (default), add variables `TRT02A`, `TRT02P`, `TRT02SDTM`, `TRT02EDTM`, `AP02SDTM`, `AP02EDTM`, `TRT01SDTM`, + (default), add variables `TRT02A`, `TRT02P`, `TRT02SDTM`, `TRT02EDTM`, `AP02SDTM`, `AP02EDTM`, `TRT01SDTM`, `TRT01EDTM`, `AP01SDTM`, and `AP01EDTM` to `adsl`, and set `TRTSDTM` as `TRT01SDTM`, `TRTEDTM` as `TRT02EDTM`. * Added variable `LDRELTM` to `adae`. -* Aligned logic for `ADTM`, `ADY`, and `ONTRTFL` variables with `AVISIT` where applicable within `adeg`, `adlb`, +* Aligned logic for `ADTM`, `ADY`, and `ONTRTFL` variables with `AVISIT` where applicable within `adeg`, `adlb`, `adqs`, `adsub`, `adtr`, and `advs`. -* Made `AVAL` values more realistic and updated derivations of `ANRIND`, `*STRESC`, and `LOQFL` to depend on value +* Made `AVAL` values more realistic and updated derivations of `ANRIND`, `*STRESC`, and `LOQFL` to depend on value of `PARAMCD` in `adlb` and `advs`. * Added tests to increase package test coverage. * Added "datetime" and "date" as valid variable types to apply in `apply_metadata`. @@ -58,7 +58,7 @@ * Refactor `adpc` and `adab` following the new CDISC standard. * Refactor `abab` parameters and visits to align with `adpc`. * Skipping examples in `h_adqlqc` documentation. -* Changed example in `apply_metadata` to reduce example run time. +* Changed example in `apply_metadata` to reduce example run time. # random.cdisc.data 0.3.13