Skip to content

Commit

Permalink
updated tm_g_ipp tm_t_shift_by_arm (#201)
Browse files Browse the repository at this point in the history
close #198

---------

Co-authored-by: cicdguy <[email protected]>
  • Loading branch information
shajoezhu and cicdguy authored Jan 29, 2024
1 parent fd87c92 commit fdc99ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/graphs/other/ippg01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book/tables/ECG/egt03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down
2 changes: 1 addition & 1 deletion package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down

0 comments on commit fdc99ef

Please sign in to comment.