v0.8.14
Enhancements
- Updated all synthetic data for tests to version
rcd_2022_02_28
. - Reverted missing data checkbox in
tm_t_summary
(encoding and filtering should be separate). - Implemented a new widget that allows dragging and dropping to select comparison groups.
- Added the
teal.reporter
functionality to all modules. - Enhanced the
tm_t_pp_medical_history
module to use thetable_with_settings
module and return anrtables
object. - Implemented
nestcolor
in examples, refactoredtm_g_barchart_simple
to allow use ofnestcolor
. - Added more descriptive title/labels and visit name subtitle to
tm_g_ci
. - Updated
tm_a_mmrm
column name when deselecting treatment from "all obs" to "All Patients", added subtitles and footnotes. - Added a title and parameter category subtitle to
tm_t_exposure
, cleaned up labels. - Added titles and worse flag variable subtitles to
tm_t_shift_by_grade
andtm_t_shift_by_arm_by_worst
. - Added a footnote to
tm_t_events_patyear
with CI method. - Added a subtitle and footnotes to
tm_g_km
. - Added Stratified Analysis CI method option panel to
tm_t_binary_outcome
. - Added validation for covariate/visit conflicts to
tm_a_mmrm
. - Remove unnecessary brackets from header in
tm_t_exposure
. - Hid footnotes in
tm_g_km
andtm_t_tte
when "Compare Treatments" is off.
Bug fixes
- Fixed bug in
tm_g_barchart_simple
which prevented graph from showing. - Fixed broken example for
tm_t_abnormality_by_worst_grade
. - Fixed bug in
tm_a_mmrm
which prevented table headers from displaying. - Fixed bug in
tm_g_forest_rsp
when deselecting endpoint. - Fixed bug in
tm_t_binary_outcome
that crashed the app when deselecting allparamcd
. - Fixed
teal.reporter
card names fortm_t_smq
. - Fixed bug in
tm_t_shift_by_arm_by_worst
by adding validations for choosing different endpoint values. - Fixed bug in
tm_t_coxreg
preventing footnotes from displaying for univariate models.
Miscellaneous
- Added
nestcolor
dependency and replaced deprecated functiontern::color_palette
withnestcolor::color_palette
.
What's Changed
- fix news by @gogonzo in #507
- Contribution guide updates by @insights-engineering-bot in #509
- implement draggable widget for all modules by @denisovan31415 in #485
- 510 revert missing checkbox tm t summary@main by @ayogasekaram in #513
- 514 empty string summarize logistic@main by @Melkiades in #515
- increase indent teal outputs by @ayogasekaram in #516
- docs: replaced github links with the pkgdown links by @kpagacz in #517
- fix barchart by @nikolas-burkoff in #521
- Fix barchart by @nikolas-burkoff in #524
- init reporter tmc by @Polkas in #518
- fix tm_g_barchart by @gogonzo in #529
- DESC and README by @denisovan31415 in #531
- 527 Update to use
nestcolor::color_palette
by @edelarua in #530 - Update Rbuildignore and add auto-updates by @insights-engineering-bot in #532
- slight refactoring for
tern.mmrm
by @danielinteractive in #523 - teal.reporter all modules by @Polkas in #528
- 511 Implement
nestcolor
in TMC by @edelarua in #534 - Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #535 - remove _FILTERED by @gogonzo in #536
- reporter cleaning by @mhallal1 in #537
- Update documentation workflow by @insights-engineering-bot in #539
- rm inline - css tmc by @Polkas in #538
- Updated all test files in tests/testthat/ ("2022_02_28") by @ayogasekaram in #549
- 564 Add more descriptive title/labels to
tm_g_ci
by @edelarua in #567 - 578 Fix broken example for
tm_t_abnormality_by_worst_grade
by @edelarua in #579 - Update check.yaml by @arkadiuszbeer in #570
- Update tm_t_binary_outcome.R by @Polkas in #582
- 563 Fix
tm_a_mmrm
Table Headers by @edelarua in #583 - 588 Add "Stratified by" Subtitles by @edelarua in #594
- 11 Update
tm_a_mmrm
column name by @edelarua in #601 - 590 Fix typo in
tm_t_exposure
footnote by @edelarua in #606 - 592 Add visit subtitle to
tm_g_ci
by @edelarua in #605 - 593 Fix
tm_t_smq
card name by @edelarua in #604 - 597 Add subtitles and footnotes to
tm_a_mmrm
by @edelarua in #610 - 591 Add
tm_t_exposure
title/subtitle by @edelarua in #607 - 595 Add titles/subtitles for worst flag variable by @edelarua in #608
- 561 Add CI Method footnote to
tm_t_events_patyear
by @edelarua in #616 - Turn off auto-styling by @cicdguy in #617
- add footnote and update test files by @6iris6 in #615
- fix package --as-cran by @donyunardi in #602
- 614 Add subtitle/footnotes to
tm_g_km
by @edelarua in #620 - 586 Add Stratified Newcombe to Stratified Analysis CI Method Options for
tm_t_binary_oucome
by @edelarua in #624 - Fix
tm_t_tte
,tm_t_coxreg
footnotes by @edelarua in #626 - Removing if condition for by @arkadiuszbeer in #584
- 622 Clean up
teal.modules.clinical
NEWS by @edelarua in #627 - update title by @mhallal1 in #631
- Fix grammar in NEWS.md by @edelarua in #632
- 633 Fix
tm_t_abnormality
footer by @edelarua in #646 - Add validation for
tm_a_mmrm
covariate/visit conflict by @edelarua in #649 - 637 remove unnecessary brackets@main by @JiaLiu0001 in #645
- update roxygen for SRC by @nikolas-burkoff in #651
- 525: parse cor_struct choices from tern.mmrm package by @danielinteractive in #647
- 652 Fix TMC footnotes by @edelarua in #654
- [skip vbump] Release for version 0.8.14 by @insights-engineering-bot in #657
New Contributors
- @ayogasekaram made their first contribution in #513
- @Melkiades made their first contribution in #515
- @danielinteractive made their first contribution in #523
- @donyunardi made their first contribution in #602
Full Changelog: v0.8.13...v0.8.14