Skip to content

Commit ce36a7e

Browse files
committed
knitr::convert_chunk_header(type = "yaml")
1 parent dc2ef0a commit ce36a7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vignettes/function-comparisons.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ vignette: >
77
%\VignetteEncoding{UTF-8}
88
---
99

10-
```{r setup, include = FALSE}
10+
```{r}
11+
#| label: setup
12+
#| include: false
1113
knitr::opts_chunk$set(
1214
collapse = TRUE,
1315
comment = "#>"

0 commit comments

Comments
 (0)