Skip to content

Add wlr.default() to accept custom input data frames #320

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

jdblischak
Copy link
Collaborator

No reason to require the specific class if they provide the correct column names

xref: making progress towards adding a formula argument (#280). This will require wlr.default() since the whole point is to accept input data frames whose column names do not match the requirements of the class tte_data

background: I had removed wlr.default() in de83a45 as part of #276 in order to keep it as simple as possible. But at the time I didn't realize we wanted to pass custom input data frames, and requiring the user to manually add the class "tte_data" like we did in our example is unnecessarily tedious.

No reason to require the specific class if they provide the correct
column names
@jdblischak jdblischak self-assigned this Apr 9, 2025
Copy link
Collaborator

@nanxstats nanxstats left a comment

Choose a reason for hiding this comment

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

Looks like a reasonable change

Copy link
Collaborator

@LittleBeannie LittleBeannie left a comment

Choose a reason for hiding this comment

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

Thanks, @jdblischak!

@LittleBeannie LittleBeannie merged commit 2f16e45 into Merck:main Apr 10, 2025
9 checks passed
@jdblischak jdblischak deleted the wlr-default branch April 11, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants