Skip to content

Commit d6b43e3

Browse files
Revert "don't eval vignette"
This reverts commit 544c78c.
1 parent bf5c5f6 commit d6b43e3

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 = "", eval = FALSE)
15+
knitr::opts_chunk$set(echo = TRUE, comment = "")
1616
knitr::knit_engines$set(list(
1717
styler = function(options) {
1818
options$comment <- ""

0 commit comments

Comments
 (0)