Skip to content

Commit a701301

Browse files
committed
add exception to bivariate plot vignette to eval only if roxy.shinylive is installed
1 parent 59049b1 commit a701301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/using-bivariate-plot.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ shinyApp(app$ui, app$server, options = list(height = 1024, width = 1024))
630630

631631
## 5 - Try it out in Shinylive
632632

633-
```{r shinylive_url, echo = FALSE, results = 'asis'}
633+
```{r shinylive_url, echo = FALSE, results = 'asis', eval = requireNamespace("roxy.shinylive", quietly = TRUE)}
634634
code <- paste0(c(
635635
knitr::knit_code$get("library"),
636636
knitr::knit_code$get("data"),

0 commit comments

Comments
 (0)