Skip to content

Conversation

@kpagacz
Copy link
Collaborator

@kpagacz kpagacz commented Jan 13, 2026

  • Added choices and selected to title_footer_decorator that allow for specifying the subset of titles and footers available to users in the UI.
  • Also added an example.
  • Also fixed the names of the tables in the vignette - junco expects a column with name TABLE ID with a space, not a dot.

Closes #15

* Added `choices` and `selected` to `title_footer_decorator` that allow
  for specifying the subset of titles and footers available to users
  in the UI.
* Also added an example.
* Also fixed the names of the tables in the vignette - `junco` expects
  a column with name `TABLE ID` with a space, not a dot.

Closes #15
@github-actions
Copy link
Contributor

github-actions bot commented Jan 13, 2026

badge

Code Coverage Summary

Filename                                     Stmts    Miss  Cover    Missing
-----------------------------------------  -------  ------  -------  ---------
R/BlockConditions.R                             14      14  0.00%    23-54
R/create_rel_risk_transformator.R               43      43  0.00%    35-83
R/forest_plot_decorator.R                      164     164  0.00%    97-368
R/ggplot_decorator.R                           244     244  0.00%    81-352
R/merge_levels_transformator.R                 117     117  0.00%    37-170
R/or_filtering_transformator_view_model.R       27      27  0.00%    26-64
R/or_filtering_transformator.R                 254     254  0.00%    64-364
R/patchwork_plot_decorator.R                    46      46  0.00%    16-66
R/r_access_utilities.R                          45      45  0.00%    25-142
R/title_footer_decorator.R                     130     130  0.00%    98-236
TOTAL                                         1084    1084  0.00%

Diff against main

Filename                      Stmts    Miss  Cover
--------------------------  -------  ------  --------
R/title_footer_decorator.R       +7      +7  +100.00%
TOTAL                            +7      +7  +100.00%

Results for commit: 58a1707

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@pposiada pposiada self-requested a review January 19, 2026 14:15
Copy link
Collaborator

@pposiada pposiada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option for app developer to filter ids when using title_footer_decorator

3 participants