Skip to content

Commit 6448e14

Browse files
committed
fix vignette setup
1 parent 71cf787 commit 6448e14

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

vignettes/sos.Rmd

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ author: "Spencer Graves, Sundar Dorai-Raj, and Romain François"
44
date: "2024-06-28"
55
output: rmarkdown::html_vignette
66
vignette: >
7+
%\VignetteIndexEntry{Searching help pages of R packages}
78
%\VignetteEngine{knitr::knitr}
8-
%\VignetteIndexEntry{Title of your vignette}
9-
%\usepackage[UTF-8]{inputenc}
9+
%\VignetteEncoding{UTF-8}
1010
---
1111

12-
```{r setup, include=FALSE}
13-
knitr::opts_chunk$set(echo = TRUE)
12+
```{r, include = FALSE}
13+
knitr::opts_chunk$set(
14+
collapse = TRUE,
15+
comment = "#>"
16+
)
1417
```
1518

1619
This vignette was originally published in *The R Journal*, vol. 1(2) in 2009. The package and this vignette have been changed since then to make the package easier to use and to adjust to changes in the R ecosystem.

0 commit comments

Comments
 (0)