-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make JoinKeys
related changes due to refactor
#486
Conversation
Wow, great diagram, very heplful! |
Code Coverage Summary
Diff against main
Results for commit: fcec5e8 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Merges to #486 Updates `teal.slice` with latest change from `teal.data` class names
Please vbump teal.data deps once you got it merged and new version number available |
Unit Test Performance Difference
Additional test case details
Results for commit 9da9c1f ♻️ This comment has been updated with latest results. |
@vedhav is the diagram still up to date? I think at least we changed JoinKeys name to join_keys : ) This was great help and I reckon we could keep it updated |
@m7pr updated the diagram |
thanks, you da man |
Signed-off-by: Vedha Viyash <[email protected]>
Co-authored-by: kartikeya kirar <[email protected]> Signed-off-by: Vedha Viyash <[email protected]>
Co-authored-by: kartikeya kirar <[email protected]> Signed-off-by: Vedha Viyash <[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.
changes looks good!
Related to teal.data PR #184
Make changes to
teal.slice
because of the refactor to theJoinKeys
class from R6 to S3.This diagram shows the R6 methods along with the replacement S3 methods/functions.