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"
)
Progress list:
tm_g_ae_oview
tm_g_ae_sub
tm_g_butterfly
tm_g_decorate
tm_g_events_term_id
tm_g_heat_bygrade
tm_g_patient_profile
tm_g_spiderplot
tm_g_swimlane
tm_g_waterfall
The text was updated successfully, but these errors were encountered:
part of insightsengineering/teal#937
installation instructions:
steps:
example changes
Progress list:
The text was updated successfully, but these errors were encountered: