-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 cdisc information into JoinKeys #132
Conversation
Code Coverage Summary
Diff against main
Results for commit: 3cbb1d7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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 |
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 <[email protected]>
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
CDISCTealData
and replaced its functionality withTealData
.join_keys
mentions inTealDataset
andTealDatasetConnector
.cdisc_data
andteal_data
to set up join_keys by callingJoinKeys
functionalities. They check ifjoin_keys
are passed otherwise they create them according to primary keys.cdisc_data_file
test-joinKeys.R
test-TealData
,test-TealDataAbstract
,test-cdisc_data
andtest-teal_data
.teal.slice::init_filtered_data
to removeCDISCTealData
S3 method and to account forcdisc
status in theTealData
S3 method: update init_filtered_data teal.slice#169