Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tm_missing_data: add dataname to report #473

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

mhallal1
Copy link
Collaborator

@mhallal1 mhallal1 commented Oct 6, 2022

addresses the first part of #471

Dataset name added to card title and to the plot title.

Please test with example app.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

badge

Code Coverage Summary

Filename                      Stmts    Miss  Cover    Missing
--------------------------  -------  ------  -------  ----------------------------------------------
R/tm_a_pca.R                    808     808  0.00%    72-1014
R/tm_a_regression.R             719     719  0.00%    93-904
R/tm_data_table.R               180     180  0.00%    59-303
R/tm_file_viewer.R              172     172  0.00%    39-241
R/tm_front_page.R               123     112  8.94%    64-202
R/tm_g_association.R            287     287  0.00%    90-432
R/tm_g_bivariate.R              616     456  25.97%   107-644, 692, 698, 702, 813, 830, 848, 868-890
R/tm_g_distribution.R           985     985  0.00%    111-1255
R/tm_g_response.R               323     323  0.00%    86-472
R/tm_g_scatterplot.R            691     691  0.00%    143-922
R/tm_g_scatterplotmatrix.R      262     244  6.87%    79-357, 410, 424
R/tm_missing_data.R            1043    1043  0.00%    57-1258
R/tm_outliers.R                 989     989  0.00%    73-1197
R/tm_t_crosstable.R             248     248  0.00%    82-373
R/tm_variable_browser.R         760     755  0.66%    48-1206
R/utils.R                       100     100  0.00%    74-303
R/zzz.R                           1       1  0.00%    2
TOTAL                          8307    8113  2.34%

Diff against main

Filename                      Stmts    Miss  Cover
--------------------------  -------  ------  -------
R/tm_g_distribution.R           +11     +11  -
R/tm_g_scatterplot.R             +6      +6  -
R/tm_g_scatterplotmatrix.R       +2      +2  -0.05%
R/tm_missing_data.R              +5      +5  -
R/tm_t_crosstable.R              +2      +2  -
R/tm_variable_browser.R          +6      +6  -0.01%
R/utils.R                        +4      +4  -
TOTAL                           +36     +36  -0.01%

Results for commit: 8ca0c65

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

Unit Tests Summary

  1 files    5 suites   0s ⏱️
16 tests 16 ✔️ 0 💤 0
49 runs  49 ✔️ 0 💤 0

Results for commit f95aabb.

@nikolas-burkoff nikolas-burkoff self-assigned this Oct 6, 2022
@mhallal1 mhallal1 merged commit 93d878a into main Oct 6, 2022
@mhallal1 mhallal1 deleted the 471_add_dataname_missing@main branch October 6, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants