diff --git a/DESCRIPTION b/DESCRIPTION index 89f412f7..22ba0d16 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,7 @@ Imports: lifecycle, logger (>= 0.2.0), shinyvalidate, - teal.code (>= 0.2.0), + teal.code (>= 0.3.0), teal.logger (>= 0.1.1), teal.reporter (>= 0.1.1), teal.transform (>= 0.3.0), diff --git a/NEWS.md b/NEWS.md index 72e076ce..8477fdc5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ ### Breaking changes * Replaced `chunks` with simpler `qenv` class. -* Replaced `datasets` argument containing `FilteredData` with the new arguments `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`). +* In all `tm_xyz_srv` modules `datasets` argument containing `FilteredData` have been replaced with the new argument `data` (`tdata` object) and `filter_panel_api` (`FilterPanelAPI`). * Updated `arm_var` to point to the factor column in `ANL`. It can't be a character column anymore. * Removed redundant formal arguments from `tm_g_patient_profile`.