-
Notifications
You must be signed in to change notification settings - Fork 8
Add TADA_MediaFilter to flag tab #275
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
Conversation
group_cols is not needed here because TADA_Stats includes TADA.ComparableDataIdentifier by default
|
coverage-report
Minimum allowed coverage is Generated by 🐒 cobertura-action against 3052308 |
removed the manual warn restore and now use withr::local_options(list(warn = 2)) inside a tryCatch, returning a datatable widget from renderUI
Safe handling when no groups are selected (avoid indexing react$groups[1]). Use na.rm in summaries and guard quantile/median against empty vectors. Safe map bounds with numeric coercion. More robust stats table column selection and labeling. Validate/need in plots when data is missing.
|
I used I now see the new row in the Filters tab This particular functionality seems to work. I looked at the code changes in the commit - and they make sense to me. If I have permission in GitHub, I will approve the pull request. |
JamesBisese
left a comment
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.
I used git fetch origin pull/275/head:local-test-pull to bring the pull request to my computer,
and then git checkout local-test-pull to switch to the branch. Then run it (after getting all the latest stuff from EPATADA).
I now see the new row in the Filters tab
TADA.Media.Flag | 3 | TADA-standardized media fields
This particular functionality seems to work.
I looked at the code changes in the commit - and they make sense to me.
If I have permission in GitHub, I will approve the pull request.
Uh oh!
There was an error while loading. Please reload this page.