Skip to content

Commit 8b2e0c1

Browse files
committed
Update
1 parent 3f6f704 commit 8b2e0c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vignettes/basics.Rmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ widget
5555

5656
```{r, eval = TRUE, echo = FALSE}
5757
if(!is.null(knitr::opts_knit$get("rmarkdown.pandoc.to")) && knitr::opts_knit$get("rmarkdown.pandoc.to") == "html") {
58-
pkgdown::pkgdown_print(widget$render())
58+
tryCatch({
59+
pkgdown::pkgdown_print(widget$render())
60+
})
5961
}
6062
```

0 commit comments

Comments
 (0)