Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
39 stars 9 forks source link

Bugfix: Set `dfBounds` to `NULL` in `Visualize_Metric` if the metric ID is not found in the data. #1887

Closed samussiah closed 1 month ago

samussiah commented 1 month ago

Expected Behavior

Charts are generated without dfBounds.

Current Behavior

Visualize_Metric bombs because, while dfBounds may not contain the specified metric ID, it may still contain multiple other metric IDs.

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Possible Implementation

Additional Comments