-
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
Convert wlr() to S3 generic to accept tte_data or counting_process #276
Conversation
I rebased onto #273, which has broken my strategy for converting Lines 89 to 95 in 2ed558b
|
Got you! I guess one possible way is to get
|
Ok, I proceeded with that strategy. Though instead of passing the |
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.
Thank you, @jdblischak! This PR has been merged.
Closes #275
Added the class
"tte_data"
to the output ofcut_data_by_event()
andcut_data_by_date()
, then convertedwlr()
to an S3 generic. The"counting_process"
class was already added to the output ofcounting_process()
in #267