Skip to content

Commit a513900

Browse files
committed
Fix intro vignette frontmatter syntax
1 parent 9659531 commit a513900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/intro_htmlwidgets.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ author: "Alan Dipert"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{htmlwidgets with reactR}
7+
%\VignetteIndexEntry{htmlwidgets with reactR}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
10-
---
10+
---
1111

12-
```{r, echo=FALSE, include=FALSE}
12+
```{r, echo=FALSE, include=FALSE}
1313
knitr::opts_chunk$set(eval = FALSE)
1414
```
1515

0 commit comments

Comments
 (0)