From cc3fa89e927381cd8f3c67f3518146dce2337dea Mon Sep 17 00:00:00 2001 From: Kevin Rue Date: Tue, 30 Jul 2024 08:01:11 +0100 Subject: [PATCH] do not launch shiny app unless interactive --- vignettes/workshop_isee_extension.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/workshop_isee_extension.Rmd b/vignettes/workshop_isee_extension.Rmd index cafa780..d924efb 100644 --- a/vignettes/workshop_isee_extension.Rmd +++ b/vignettes/workshop_isee_extension.Rmd @@ -561,7 +561,7 @@ ReducedDimensionHexPlot <- function(...) { At this point, we can already demonstrate that we have a functional new panel class... that is a carbon copy of the parent class it inherits from! -```{r} +```{r, message=FALSE, warning=FALSE, eval=interactive()} iSEE(sce, initial = list( ReducedDimensionHexPlot(), ReducedDimensionPlot()