Skip to content

Commit

Permalink
match vigentte names with pkgdown/YAML names (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Sep 19, 2024
1 parent c3cfebc commit 94c40d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vignettes/config_yml.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Configuring the application
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{config_yml}
%\VignetteIndexEntry{Configuring the application}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cookbook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Running the analysis
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{cookbook}
%\VignetteIndexEntry{Running the analysis}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/data_dictionary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Understanding the data
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{data_dictionary}
%\VignetteIndexEntry{Understanding the data}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit 94c40d9

Please sign in to comment.