File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1375,9 +1375,11 @@ srv_missing_data <- function(id,
13751375
13761376 decorated_summary_plot_dims_q <- set_chunk_dims(pws1 , decorated_summary_plot_q )
13771377
1378- decorated_combination_plot_dims_q <- set_chunk_dims(pws2 , decorated_combination_plot_q ) # nolint: object_length_linter.
1378+ decorated_combination_plot_dims_q <- # nolint: object_length_linter.
1379+ set_chunk_dims(pws2 , decorated_combination_plot_q )
13791380
1380- decorated_by_subject_plot_dims_q <- set_chunk_dims(pws3 , decorated_by_subject_plot_q ) # nolint: object_length_linter.
1381+ decorated_by_subject_plot_dims_q <- # nolint: object_length_linter.
1382+ set_chunk_dims(pws3 , decorated_by_subject_plot_q )
13811383
13821384 decorated_final_q <- reactive({
13831385 sum_type <- req(input $ summary_type )
You can’t perform that action at this time.
0 commit comments