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

249 remove check for datanames parameter being a subset of datanames(teal_data) in get_code(teal_data) #250

Merged
merged 3 commits into from
Jan 16, 2024

Conversation

m7pr
Copy link
Contributor

@m7pr m7pr commented Jan 16, 2024

Close #249

This PR removed a check in get_code(teal_data) that was veryfing if datanames parameter is a subset of datanames(teal_data). Since datanames() is now optional, we do not need to have this check, and we can allow to specify code extraction for any object inside the code.

  • removed datanames() <- calls from tests of get_code()
  • removed datanames() <- calls from examples of get_code()

@m7pr m7pr added the core label Jan 16, 2024
@m7pr m7pr requested a review from chlebowa January 16, 2024 08:45
Copy link
Contributor

github-actions bot commented Jan 16, 2024

badge

Code Coverage Summary

Filename                         Stmts    Miss  Cover    Missing
-----------------------------  -------  ------  -------  ------------------
R/cdisc_data.R                       1       1  0.00%    35
R/default_cdisc_join_keys.R         11      11  0.00%    17-35
R/deprecated.R                      57      57  0.00%    17-341
R/dummy_function.R                   2       2  0.00%    14-15
R/formatters_var_labels.R           36      11  69.44%   59, 68-79
R/join_key.R                        38       0  100.00%
R/join_keys-c.R                     12       0  100.00%
R/join_keys-extract.R              128       0  100.00%
R/join_keys-names.R                 15       0  100.00%
R/join_keys-parents.R               30       0  100.00%
R/join_keys-print.R                 45       0  100.00%
R/join_keys-utils.R                 73       3  95.89%   33-36
R/join_keys.R                       21       0  100.00%
R/teal_data-class.R                 25       1  96.00%   70
R/teal_data-datanames.R             10       0  100.00%
R/teal_data-get_code.R              14       0  100.00%
R/teal_data-show.R                   4       4  0.00%    13-18
R/teal_data.R                       22       9  59.09%   28, 37-43, 46
R/testhat-helpers.R                 26       0  100.00%
R/topological_sort.R                32       0  100.00%
R/utils-get_code_dependency.R      110       0  100.00%
R/verify.R                          42      11  73.81%   63, 93-97, 100-104
R/zzz.R                             10      10  0.00%    4-16
TOTAL                              764     120  84.29%

Diff against main

Filename                         Stmts    Miss  Cover
-----------------------------  -------  ------  -------
R/teal_data-get_code.R              -1      -1  +6.67%
R/utils-get_code_dependency.R        0      -1  +0.91%
TOTAL                               -1      -2  +0.24%

Results for commit: 060248c

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Jan 16, 2024

Unit Tests Summary

  1 files   14 suites   2s ⏱️
175 tests 173 ✅ 2 💤 0 ❌
242 runs  240 ✅ 2 💤 0 ❌

Results for commit 060248c.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@chlebowa chlebowa left a comment

Choose a reason for hiding this comment

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

Now that datanames is optional, I think the vignette should briefly mention what it is used for.

tests/testthat/test-get_code.R Outdated Show resolved Hide resolved
tests/testthat/test-get_code.R Outdated Show resolved Hide resolved
tests/testthat/test-get_code.R Show resolved Hide resolved
tests/testthat/test-get_code.R Show resolved Hide resolved
m7pr and others added 2 commits January 16, 2024 12:02
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
@m7pr
Copy link
Contributor Author

m7pr commented Jan 16, 2024

Now that datanames is optional, I think the vignette should briefly mention what it is used for.

Sure, we can create a new issue for that

@chlebowa
Copy link
Contributor

Now that datanames is optional, I think the vignette should briefly mention what it is used for.

Sure, we can create a new issue for that

Please open one and assign me to it.

Copy link
Contributor

@chlebowa chlebowa left a comment

Choose a reason for hiding this comment

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

👍

@m7pr m7pr merged commit 394a038 into main Jan 16, 2024
23 checks passed
@m7pr m7pr deleted the 249_remove_datanames_check@main branch January 16, 2024 11:50
@m7pr
Copy link
Contributor Author

m7pr commented Jan 16, 2024

Created an issue here #251

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.

allow getting code for any object, not just ones listed in @datanames
2 participants