Skip to content

Commit 0c3a40e

Browse files
committed
uppercase the vignette index
1 parent bc99473 commit 0c3a40e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-01-21 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp-FAQ.Rmd (vignette): Uppercase index to 'Rcpp-FAQ'
4+
15
2018-01-19 Dirk Eddelbuettel <[email protected]>
26

37
* vignettes/Rcpp-FAQ.Rmd (Note): Document the conda package

vignettes/Rcpp-FAQ.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ header-includes: >
7676
\newcommand{\rdoc}[2]{\href{http://www.rdocumentation.org/packages/#1/functions/#2}{\code{#2}}}
7777
7878
vignette: >
79-
%\VignetteIndexEntry{Rcpp-faq}
79+
%\VignetteIndexEntry{Rcpp-FAQ}
8080
%\VignetteKeywords{Rcpp, FAQ, R, Cpp}
8181
%\VignettePackage{Rcpp}
8282
%\VignetteEngine{knitr::rmarkdown}

0 commit comments

Comments
 (0)