@@ -209,7 +209,7 @@ return(UI_params)
209209# ' Mapper_ columns that should be used to map expression data
210210# ' to ontology gene identifiers. Default is names(Mapper_(Hotgenes)).
211211# ' A named vector may be used, as well.
212- # ' @param parallel.sz Number of threads of execution
212+ # ' @param nproc Number of threads of execution
213213# ' to use when doing the calculations in parallel.
214214# ' @param remove_modal_spinner logical, if TRUE remove_modal_spinner will
215215# ' run at the end of initial server run.
@@ -225,7 +225,7 @@ session = NULL,
225225Hotgenes = NULL ,
226226OntologyMethods = Hotgenes :: OntologyMethods(),
227227Mapper_choices = names(Mapper_(Hotgenes )),
228- parallel.sz = 1L ,
228+ nproc = 1L ,
229229max_col_levels = Inf ,
230230selected_fillby = " " ,
231231remove_modal_spinner = TRUE ) {
@@ -355,7 +355,7 @@ BoxPlot_output$reactive_NormSlot()
355355# # verifies that everything is loaded
356356if (isTRUE(remove_modal_spinner )) {
357357shiny :: observeEvent(shiny :: req(serverOut() %in% ExpressionSlots_(Hotgenes_out )), {
358- cli :: cli_inform( " remove_modal_spinner " )
358+
359359shinybusy :: remove_modal_spinner(session = session )
360360})
361361}
@@ -396,7 +396,7 @@ Hotgenes = NULL,
396396OntologyMethods = Hotgenes :: OntologyMethods(),
397397Mapper_choices = names(Mapper_(Hotgenes )),
398398theme = shinythemes :: shinytheme(" united" ),
399- parallel.sz = 1L ,
399+ nproc = 1L ,
400400max_col_levels = Inf )
401401UseMethod(" Shiny_Hotgenes" , Hotgenes )
402402
@@ -409,7 +409,7 @@ Hotgenes = NULL,
409409OntologyMethods = Hotgenes :: OntologyMethods(),
410410Mapper_choices = names(Mapper_(Hotgenes )),
411411theme = shinythemes :: shinytheme(" united" ),
412- parallel.sz = 1L ,
412+ nproc = 1L ,
413413max_col_levels = Inf ) {
414414
415415
@@ -457,7 +457,7 @@ Hotgenes = NULL,
457457OntologyMethods = Hotgenes :: OntologyMethods(),
458458Mapper_choices = names(Mapper_(Hotgenes )),
459459theme = shinythemes :: shinytheme(" united" ),
460- parallel.sz = 1L ,
460+ nproc = 1L ,
461461max_col_levels = Inf ) {
462462
463463cli :: cli_inform(" processing as list" )
@@ -568,7 +568,7 @@ session = session,
568568OntologyMethods = OntologyMethods ,
569569max_col_levels = max_col_levels ,
570570Hotgenes = Hotgenes_out() ,
571- parallel.sz = parallel.sz ,
571+ nproc = nproc ,
572572id = " Obj_A"
573573)
574574
0 commit comments