Skip to content

Commit

Permalink
Move upper "bug-fixes" news section (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Oct 11, 2021
1 parent 80ef1af commit 4a74905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* New module `tm_t_exposure` was added for the analysis of duration of exposure for risk management plan.
* New module `tm_t_shift_by_arm` that can display shift table of ECG interval data.

### Bug fixes
* Corrected `tm_a_mmrm` to be able to consider the treatment variable in additional interactions.
* Fixed `tm_t_binary_outcome` and `tm_t_rsp` so that correct CI estimation method is chosen for Proportions Difference in Stratified Analysis (i.e. Wald-type confidence interval with CMH weights).

### Enhancements
* Added validation checks to `tm_t_rsp` and `tm_t_binary_outcome` for stratification errors when filters are applied.
* Added `tm_g_km` validation check for plot tables font size.
Expand All @@ -22,10 +26,6 @@
* Removed `insert_rrow` and updated usage of `count_patients_by_flags` in `tm_t_events_summary`.
* Changed how the package calls functions from the `dplyr` package. The functions should be now fully specified (e.g. `dplyr::filter`).

### Bug fixes
* Corrected `tm_a_mmrm` to be able to consider the treatment variable in additional interactions.
* Fixed `tm_t_binary_outcome` and `tm_t_rsp` so that correct CI estimation method is chosen for Proportions Difference in Stratified Analysis (i.e. Wald-type confidence interval with CMH weights).

# teal.modules.clinical 0.8.9
### New features
* Added a capability to remember the order of user input to some encoding UI elements. The inputs with tracking enabled are marked with a double arrow icon. The affected modules are: `tm_t_summary`, `tm_t_summary_by`, `tm_g_forest_rsp`, `tm_g_forest_tte`, `tm_t_events_summary`, `tm_t_abnormality`, `tm_t_mult_events`.
Expand Down

0 comments on commit 4a74905

Please sign in to comment.