Skip to content

Commit 544c78c

Browse files
don't eval vignette
1 parent 216f418 commit 544c78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/introducing_styler.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vignette: >
1212
in pkgdown: https://github.com/r-lib/pkgdown/issues/1259
1313

1414
```{r, echo = FALSE}
15-
knitr::opts_chunk$set(echo = TRUE, comment = "")
15+
knitr::opts_chunk$set(echo = TRUE, comment = "", eval = FALSE)
1616
knitr::knit_engines$set(list(
1717
styler = function(options) {
1818
options$comment <- ""

0 commit comments

Comments
 (0)