Skip to content

Commit 961af62

Browse files
[skip style] [skip vbump] Restyle files
1 parent 0a09bf7 commit 961af62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vignettes/customizing-module-output.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,16 +264,15 @@ app <- init(
264264
select = select_spec(variable_choices("iris"), "Petal.Length")
265265
),
266266
decorators = list(
267-
histogram_plot = list(dynamic_decorator('histogram_plot')),
268-
qq_plot = list(dynamic_decorator('qq_plot'))
267+
histogram_plot = list(dynamic_decorator("histogram_plot")),
268+
qq_plot = list(dynamic_decorator("qq_plot"))
269269
)
270270
)
271271
)
272272
)
273273
if (interactive()) {
274274
shinyApp(app$ui, app$server)
275275
}
276-
277276
```
278277

279278
```{r shinylive_iframe_2, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', eval = requireNamespace("roxy.shinylive", quietly = TRUE) && knitr::is_html_output() && identical(Sys.getenv("IN_PKGDOWN"), "true")}

0 commit comments

Comments
 (0)