Skip to content

Commit ea58632

Browse files
committed
fix vignette setup
1 parent 6448e14 commit ea58632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/sos.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ following three worksheets:
249249
package with a matching help page, enhanced by providing
250250
information for locally installed packages
251251
not available in the `findFn` object.
252-
* The **{findFn** sheet contains the search results.
252+
* The **findFn** sheet contains the search results.
253253
* The **call** sheet gives the call to `findFn` that generated these search results.
254254

255255
If `writeFindFn2xls` cannot produce an Excel file with
@@ -281,7 +281,7 @@ splineAll <- findFn('spline', maxPages = 999)
281281
#installPackages(splineAll)
282282
writeFindFn2xls(splineAll)
283283
```
284-
```{f install-and-write-options-undo,echo=FALSE}
284+
```{r install-and-write-options-undo,echo=FALSE}
285285
options(op)
286286
```
287287

0 commit comments

Comments
 (0)