Skip to content

Conversation

@cristinamullin
Copy link
Collaborator

@cristinamullin cristinamullin commented Dec 31, 2025

group_cols is not needed here because TADA_Stats includes TADA.ComparableDataIdentifier by default
@cristinamullin cristinamullin linked an issue Dec 31, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Dec 31, 2025

coverage-report

File Coverage Missing
All files 0%
R/app_config.R 0% 22-120
R/app_server_fct_helpers.R 0% 21-63
R/app_server.R 0% 22-93
R/app_ui.R 0% 39-139
R/mod_censored.R 0% 17-462
R/mod_filter.R 0% 2-594
R/mod_flag_fct_helpers.R 0% 13-154
R/mod_flag.R 0% 10-289
R/mod_harmonize.R 0% 10-366
R/mod_load_fct_helpers.R 0% 26-50
R/mod_load_map_bbox_fct_helpers.R 0% 20-52
R/mod_load_map_bbox.R 0% 11-302
R/mod_load_upload_data.R 0% 10-37
R/mod_load.R 0% 6-1167
R/mod_overview.R 0% 10-228
R/mod_review_pie.R 0% 10-149
R/mod_review_scatterplots.R 0% 9-562
R/mod_summary.R 0% 11-50
R/mod_summary2_fct_helpers.R 0% 2-292
R/mod_summary2.R 0% 10-328
R/run_app.R 0% 16-26

Minimum allowed coverage is 10%

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.
@JamesBisese
Copy link
Collaborator

JamesBisese commented Jan 15, 2026

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.

Copy link
Collaborator

@JamesBisese JamesBisese left a 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.

@cristinamullin cristinamullin merged commit 7711465 into develop Jan 15, 2026
6 checks passed
@cristinamullin cristinamullin deleted the TADA_AnalysisDataFilter branch January 15, 2026 13:57
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.

Error: 'TADA_CheckRequiredFields' is not an exported object from 'namespace:EPATADA' Incorporate TADA_AnalysisDataFilter

3 participants