From 23f775a8eeec9aff8eb2afb5db0b71091476ced9 Mon Sep 17 00:00:00 2001 From: Abinaya Yogasekaram <73252787+ayogasekaram@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:29:19 -0400 Subject: [PATCH] update pkcg03 with cohort_id parameter (#132) closes #131 merge after [tern PR #1078](https://github.com/insightsengineering/tern/pull/1078) --- book/graphs/pharmacokinetic/pkcg03.qmd | 7 ++++--- package/DESCRIPTION | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/book/graphs/pharmacokinetic/pkcg03.qmd b/book/graphs/pharmacokinetic/pkcg03.qmd index 8d9488a815..efac586712 100644 --- a/book/graphs/pharmacokinetic/pkcg03.qmd +++ b/book/graphs/pharmacokinetic/pkcg03.qmd @@ -44,7 +44,8 @@ result <- g_lineplot( y = "AVAL", strata = "ARM", paramcd = "PARAM", - y_unit = "AVALU" + y_unit = "AVALU", + cohort_id = "USUBJID" ), alt_counts_df = adsl_f, y_lab = "Concentration", @@ -79,7 +80,8 @@ result <- g_lineplot( y = "avalog", strata = "ARM", paramcd = "PARAM", - y_unit = "AVALU" + y_unit = "AVALU", + cohort_id = "USUBJID" ), alt_counts_df = adsl_f, y_lab = "Concentration", @@ -109,5 +111,4 @@ plot ``` {{< include ../../repro.qmd >}} - ::: diff --git a/package/DESCRIPTION b/package/DESCRIPTION index d72a311d28..4cabf489f7 100644 --- a/package/DESCRIPTION +++ b/package/DESCRIPTION @@ -35,7 +35,7 @@ Suggests: teal (>= 0.12.0.9003), teal.modules.clinical, teal.modules.general (>= 0.2.15), - tern (>= 0.8.4.9004), + tern (>= 0.9.1.9011), tern.mmrm, tern.rbmi, tibble,