diff --git a/R/CTS_Server.R b/R/CTS_Server.R index ecf6d50..d42f473 100644 --- a/R/CTS_Server.R +++ b/R/CTS_Server.R @@ -862,8 +862,6 @@ CTS_Server <- function(id, uiele_fpage}) #------------------------------------ output$ui_res_tc_figure = renderUI({ - input$element_selection - input$button_clk_runsim input$switch_output state = CTS_fetch_state(id = id, id_ASM = id_ASM, @@ -922,7 +920,6 @@ CTS_Server <- function(id, #------------------------------------ # timecourse plotly output$ui_res_tc_figure_plotly = plotly::renderPlotly({ - req(input$time_scale) input$element_selection input$button_clk_runsim input$button_clk_update_plot @@ -958,7 +955,6 @@ CTS_Server <- function(id, uiele}) # timecourse ggplot output$ui_res_tc_figure_ggplot = renderPlot({ - req(input$time_scale) input$element_selection input$button_clk_runsim input$button_clk_update_plot @@ -993,8 +989,6 @@ CTS_Server <- function(id, #------------------------------------ # Events figure output$ui_res_events_figure = renderUI({ - input$element_selection - input$button_clk_runsim input$switch_output state = CTS_fetch_state(id = id, id_ASM = id_ASM, @@ -1603,8 +1597,7 @@ CTS_Server <- function(id, uiele = tagList(uiele, tmp_cov,": ", tmp_details, tags$br()) } - uiele = tagList(tags$h3(state[["MC"]][["labels"]][["covariate_values"]]), - uiele) + uiele = tagList(tags$h3(state[["MC"]][["labels"]][["covariate_values"]]), uiele) } uiele }) #------------------------------------ diff --git a/R/MB_Server.R b/R/MB_Server.R index 730b0d6..eb57ea4 100644 --- a/R/MB_Server.R +++ b/R/MB_Server.R @@ -1914,7 +1914,6 @@ MB_append_report = function(state, rpt, rpttype, gen_code_only=FALSE){ code = c() msgs = c() - # The MB module only supports the following report types: supported_rpttypes = c("docx") diff --git a/inst/templates/CTS.yaml b/inst/templates/CTS.yaml index 90c8262..1783f66 100644 --- a/inst/templates/CTS.yaml +++ b/inst/templates/CTS.yaml @@ -25,7 +25,7 @@ MC: # This is where you put reporting options. The expected options are shown # here, but module-specific options can also be added if needed: reporting: - enabled: FALSE + enabled: TRUE # Priority of reporting relative to other modules # (higher numbers are reported first) priority: 2 diff --git a/inst/templates/MB.yaml b/inst/templates/MB.yaml index fe65d4d..ff60060 100644 --- a/inst/templates/MB.yaml +++ b/inst/templates/MB.yaml @@ -59,7 +59,7 @@ MC: # This is where you put reporting options. The expected options are shown # here, but module-specific options can also be added if needed: reporting: - enabled: FALSE + enabled: TRUE # Priority of reporting relative to other modules # (higher numbers are reported first) priority: 1