You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iv$add_rule("variables", shinyvalidate::sv_in_set(
# set = names(data[[dataname]]()), message_fmt = "Not all selected variables exist in the data" # old
set = names(data()[[dataname]]), message_fmt = "Not all selected variables exist in the data" # new
))
arm_ref_comp
arm_ref_comp_iv <- arm_ref_comp_observer(
session,
input,
output,
id_arm_var = extract_input("arm_var", parentname),
# data = data[[parentname]], # old
data = reactive(data()[[parentname]]), # new
arm_ref_comp = arm_ref_comp,
module = "tm_mmrm"
)
part of insightsengineering/teal#937
installation instructions:
steps:
example changes
Progress list:
tm_g_gh_correlationplot
tdata
toteal_data
- tm_g_gh_correlationplot #249Combined PR for these modules as they all use the same server code that handles
teal_data
tdata
toteal_data
- Multiple Modules #248The text was updated successfully, but these errors were encountered: