-
-
Notifications
You must be signed in to change notification settings - Fork 9
add cdisc information into JoinKeys #132
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
Conversation
Code Coverage SummaryDiff against mainResults for commit: 3cbb1d7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
nikolas-burkoff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good a few comments to address then we'll take another look
R/cdisc_data.R
Outdated
| recursive = FALSE | ||
| ) | ||
|
|
||
| names(new_parents) <- unlist(lapply(data_objects, function(x) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to create a named list without having to do it separately for new_parents and parents?
|
JUnit report for branch |
nikolas-burkoff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good, a few minor comments and one in teal.slice then I suggest the team run some example apps (might be worth adding ones you've been using to the PR description if you haven't already) and then this can be merged
Adds a few tests for TealData class. I didn't really see anything else to change. Should be final step for #133 --------- Co-authored-by: Dawid Kałędkowski <dawid.kaledkowski@gmail.com>
gogonzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for a huge simplification here
closes #120
CDISCTealDataand replaced its functionality withTealData.join_keysmentions inTealDatasetandTealDatasetConnector.cdisc_dataandteal_datato set up join_keys by callingJoinKeysfunctionalities. They check ifjoin_keysare passed otherwise they create them according to primary keys.cdisc_data_filetest-joinKeys.Rtest-TealData,test-TealDataAbstract,test-cdisc_dataandtest-teal_data.teal.slice::init_filtered_datato removeCDISCTealDataS3 method and to account forcdiscstatus in theTealDataS3 method: update init_filtered_data teal.slice#169