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

add ARD function for table_02 #219

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

add ARD function for table_02 #219

wants to merge 11 commits into from

Conversation

ayogasekaram
Copy link
Collaborator

Initial commit

  • create the ARD function, make table generation functions internal.

@ayogasekaram ayogasekaram marked this pull request as ready for review November 11, 2024 16:01
Copy link
Contributor

github-actions bot commented Nov 11, 2024

Unit Tests Summary

  1 files   30 suites   1m 9s ⏱️
127 tests 127 ✅   0 💤 0 ❌
460 runs  341 ✅ 119 💤 0 ❌

Results for commit 64f48d9.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 11, 2024

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
fda-table_02 💚 $10.51$ $-5.54$ $-20$ $-7$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
fda-table_02 💀 $2.40$ $-2.40$ Table_02_generation_gtsum_works_with_custom_values
fda-table_02 💀 $2.30$ $-2.30$ Table_02_generation_gtsum_works_with_default_values
fda-table_02 💀 $1.16$ $-1.16$ Table_02_generation_tplyr_works_with_custom_values
fda-table_02 💀 $1.14$ $-1.14$ Table_02_generation_tplyr_works_with_default_values
fda-table_02 💀 $0.47$ $-0.47$ Table_02_generation_tplyr_works_with_some_NA_values
fda-table_02 💀 $0.68$ $-0.68$ Table_02_generation_tplyr_works_with_tplyr_raw_TRUE
fda-table_02 💔 $0.55$ $+1.48$ Table_02_generation_works_with_custom_values
fda-table_02 💔 $0.52$ $+1.45$ Table_02_generation_works_with_default_values
fda-table_02 💀 $0.17$ $-0.17$ Table_02_generation_works_with_some_NA_values

Results for commit 6c876e7

♻️ This comment has been updated with latest results.

@ayogasekaram ayogasekaram changed the title create make_table_02 ARD function. add ARD function for table_02 Nov 11, 2024
Copy link
Contributor

github-actions bot commented Nov 11, 2024

badge

Code Coverage Summary

Filename            Stmts    Miss  Cover    Missing
----------------  -------  ------  -------  ---------
R/fda-fig_01.R         75       0  100.00%
R/fda-fig_02.R         75       0  100.00%
R/fda-fig_03.R        107       0  100.00%
R/fda-fig_14.R        115       0  100.00%
R/fda-table_02.R       31       1  96.77%   79
R/fda-table_03.R       35       0  100.00%
R/fda-table_04.R       63       0  100.00%
R/fda-table_05.R       61       0  100.00%
R/fda-table_06.R       76       0  100.00%
R/fda-table_07.R       35       0  100.00%
R/fda-table_08.R       46       0  100.00%
R/fda-table_09.R      329       0  100.00%
R/fda-table_10.R       26       0  100.00%
R/fda-table_11.R       42       0  100.00%
R/fda-table_12.R       40       0  100.00%
R/fda-table_13.R       20       0  100.00%
R/fda-table_14.R       27       0  100.00%
R/fda-table_15.R       32       0  100.00%
R/fda-table_16.R       32       0  100.00%
R/fda-table_17.R       32       0  100.00%
R/fda-table_18.R       32       0  100.00%
R/fda-table_20.R       71       0  100.00%
R/fda-table_21.R       78       0  100.00%
R/fda-table_22.R       77       0  100.00%
R/fda-table_32.R       94       0  100.00%
R/fda-table_33.R       95       0  100.00%
R/fda-table_34.R       41       0  100.00%
R/fda-table_35.R       23       0  100.00%
R/fda-table_36.R       30       0  100.00%
R/fda-table_38.R       39       0  100.00%
R/utils.R              28       0  100.00%
TOTAL                1907       1  99.95%

Diff against main

Filename            Stmts    Miss  Cover
----------------  -------  ------  -------
R/fda-table_02.R     -135      +1  -3.23%
TOTAL                -135      +1  -0.05%

Results for commit: 68aedad

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@edelarua edelarua linked an issue Nov 13, 2024 that may be closed by this pull request
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.

[NEW ARD] ARD for Table 2
1 participant