From a5643f4c279d8263193c652665f39bfab69790cd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Nov 2023 19:46:04 +0530 Subject: [PATCH] addressing comment. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 0977b53a1b..d5858f3da2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,7 +13,7 @@ * Updated `tm_t_pp_basic_info`, `tm_t_pp_medical_history`, `tm_g_pp_therapy`, `tm_g_pp_adverse_events`, and `tm_t_pp_laboratory` to print patient ID above table. * Updated `tm_t_pp_basic_info`, `tm_g_pp_therapy`, `tm_g_pp_adverse_events`, and `tm_t_pp_laboratory` to use `rlistings` to print data neatly in reports. * Updated `tm_g_lineplot` to allow user to remove interval from plot. -* Updated the documentation and vignettes to demonstrate method to pass `teal_data` object to teal::init(). +* Updated the documentation and vignettes to demonstrate method to pass `teal_data` object to `teal::init()`. ### Bug fixes * Fixed bug in `tm_t_coxreg` preventing table from being displayed when no covariates are selected.