Skip to content

Conversation

@averissimo averissimo added the core label Nov 4, 2024
@averissimo averissimo marked this pull request as ready for review November 4, 2024 14:36
@averissimo averissimo changed the title teal.data::datanames() is deprecated in favor of dot-prefix and ls() teal.data::datanames() is deprecated in favor of dot-prefix and names() Nov 5, 2024
@averissimo
Copy link
Contributor Author

I'm using the following bash command to make sure I can find ls( occurrences in the middle of so many false positives

export MY_REGEX="vitals|formals|levels|labels|cols"
grep -E "(${MY_REGEX}|ls)\(" -R | sed -E "s/(${MY_REGEX})\(/xxxx\(/g" | grep "ls("

Copy link
Contributor

github-actions bot commented Nov 5, 2024

badge

Code Coverage Summary

Filename                      Stmts    Miss  Cover    Missing
--------------------------  -------  ------  -------  ------------------------------------
R/tm_a_pca.R                    827     827  0.00%    106-1066
R/tm_a_regression.R             773     773  0.00%    150-1028
R/tm_data_table.R               185     185  0.00%    100-339
R/tm_file_viewer.R              173     173  0.00%    47-255
R/tm_front_page.R               133     122  8.27%    73-231
R/tm_g_association.R            330     330  0.00%    134-536
R/tm_g_bivariate.R              672     410  38.99%   301-767, 808, 919, 936, 954, 965-987
R/tm_g_distribution.R          1048    1048  0.00%    125-1311
R/tm_g_response.R               351     351  0.00%    151-575
R/tm_g_scatterplot.R            722     722  0.00%    233-1056
R/tm_g_scatterplotmatrix.R      278     259  6.83%    172-479, 540, 554
R/tm_missing_data.R            1070    1070  0.00%    91-1317
R/tm_outliers.R                 985     985  0.00%    129-1258
R/tm_t_crosstable.R             251     251  0.00%    138-437
R/tm_variable_browser.R         830     825  0.60%    89-1081, 1119-1303
R/utils.R                        99      96  3.03%    82-267
R/zzz.R                           2       2  0.00%    2-3
TOTAL                          8729    8429  3.44%

Diff against main

Filename               Stmts    Miss  Cover
-------------------  -------  ------  --------
R/tm_missing_data.R       +1      +1  +100.00%
TOTAL                     +1      +1  -0.00%

Results for commit: 2b26a45

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Nov 5, 2024

Unit Tests Summary

  1 files   22 suites   12m 58s ⏱️
147 tests 147 ✅ 0 💤 0 ❌
479 runs  479 ✅ 0 💤 0 ❌

Results for commit 2b26a45.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@gogonzo gogonzo left a comment

Choose a reason for hiding this comment

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

👍

@gogonzo gogonzo merged commit 3c9bcb4 into main Nov 8, 2024
29 checks passed
@gogonzo gogonzo deleted the 333_deprecate_datanames@main branch November 8, 2024 14:02
@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants