insightsengineering / tern

Table, Listings, and Graphs (TLG) library for common outputs used in clinical trials
https://insightsengineering.github.io/tern/
Other
77 stars 21 forks source link

investigate downstream breaking changes in chevron, initialize NA values #1313

Closed shajoezhu closed 1 month ago

shajoezhu commented 1 month ago
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test-aet05_all.R:6:3'): aet05_all can handle NA values ────────────
  `run(aet05_all, proc_data)` produced warnings.
  ── Failure ('test-aet05_all.R:20:3'): aet05_all can handle some NA values ──────
  `run(aet05_all, proc_data)` produced warnings.
  ── Failure ('test-aet05_all.R:23:3'): aet05_all can handle some NA values ──────
  `run(aet05_all, proc_data, conf_level = 0.9, conf_type = "byar")` produced warnings.
  ── Failure ('test-aet05.R:6:3'): aet05 can handle NA values ────────────────────
  `run(aet05, proc_data)` produced warnings.
  ── Failure ('test-aet05.R:23:3'): aet05 can handle some NA values ──────────────
  `run(aet05, proc_data)` produced warnings.
  ── Failure ('test-aet05.R:26:3'): aet05 can handle some NA values ──────────────
  `run(aet05, proc_data, conf_level = 0.9, conf_type = "byar")` produced warnings.
edelarua commented 1 month ago

Warnings should be fixed by https://github.com/insightsengineering/tern/pull/1311/commits/8fb59684bc5fe646160c554cf40bd0bd220849b0

shajoezhu commented 1 month ago

Many thanks @edelarua