-
-
Notifications
You must be signed in to change notification settings - Fork 19
Adding new module using summarize_glm_count
#1386
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
base: main
Are you sure you want to change the base?
Conversation
summarize_glm_count
I would appreciate feedback on:
|
…teal.modules.clinical into 1379_glm_count@main
Unit Tests Summary 1 files 71 suites 13s ⏱️ Results for commit e178988. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 6130ced ♻️ 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.
Hey, for me it looks fine.
I left comments on how to update the documentation to make it clearer what is happening potentially.
You should clarify with user about this startified/unstratified output, and if it's not needed, just delete from the code.
Also please remove commented parameters if you don't use them.
for the tests, just check out other modules and their shinytest2 tests - just test if the specific inputs are visible and the output is visible. follow some tests for another module that has tables |
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 the feedback. I have added a couple of tests too
Pull Request
Fixes #1379
This PR adds a new module
tm_t_count
(name open to improvements) that usestern::summarize_glm_count
to create a table output per request.Sample app on how to use it
Image of the output