Skip to content

Commit

Permalink
add exception to bivariate plot vignette to eval only if roxy.shinyli…
Browse files Browse the repository at this point in the history
…ve is installed
  • Loading branch information
m7pr committed Oct 7, 2024
1 parent 59049b1 commit a701301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/using-bivariate-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ shinyApp(app$ui, app$server, options = list(height = 1024, width = 1024))

## 5 - Try it out in Shinylive

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

0 comments on commit a701301

Please sign in to comment.