From fdc99efc370256fee3e73b5a903a241d9fc07fb7 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Tue, 30 Jan 2024 06:48:29 +0800 Subject: [PATCH] updated tm_g_ipp tm_t_shift_by_arm (#201) close #198 --------- Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- book/graphs/other/ippg01.qmd | 2 +- book/tables/ECG/egt03.qmd | 2 +- package/DESCRIPTION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book/graphs/other/ippg01.qmd b/book/graphs/other/ippg01.qmd index e9c7633b20..b7ed7ed48e 100644 --- a/book/graphs/other/ippg01.qmd +++ b/book/graphs/other/ippg01.qmd @@ -146,7 +146,7 @@ app <- init( variable_choices(ADLB, c("AVISIT")), "AVISIT" ), - base_var = choices_selected( + baseline_var = choices_selected( variable_choices(ADLB, c("BASE")), "BASE", fixed = TRUE diff --git a/book/tables/ECG/egt03.qmd b/book/tables/ECG/egt03.qmd index e1b6c679e5..81b1702f53 100644 --- a/book/tables/ECG/egt03.qmd +++ b/book/tables/ECG/egt03.qmd @@ -185,7 +185,7 @@ app <- init( variable_choices(ADEG, subset = "ANRIND"), selected = "ANRIND", fixed = TRUE ), - base_var = choices_selected( + baseline_var = choices_selected( variable_choices(ADEG, subset = "BNRIND"), selected = "BNRIND", fixed = TRUE ), diff --git a/package/DESCRIPTION b/package/DESCRIPTION index f3d7c9cf33..610e78680c 100644 --- a/package/DESCRIPTION +++ b/package/DESCRIPTION @@ -1,7 +1,7 @@ Package: tlg.catalog.pkg Title: Tables, Listings and Graphs Catalog Version: 0.1.0.9009 -Date: 2023-02-21 +Date: 2024-01-26 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),