Skip to content

Commit ae1eccc

Browse files
authored
Correct third caption in intro vignette (Closes #1276) (#1277)
* Correct third caption in intro vignette (Closes #1276) * Update NEWS [ci skip]
1 parent 62bb381 commit ae1eccc

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-09-30 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/rmd/Rcpp-introduction.Rmd (Rcpp): Correct caption of
4+
third figure (cf GitHub issue #1276)
5+
* vignettes/pdf/Rcpp-introduction.pdf: Rebuilt
6+
17
2023-08-31 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION (Version, Date): Roll micro version

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
\item Generated interface code from base R that fails under LTO is now
1616
corrected (Iñaki in \ghpr{1274} fixing a StackOverflow issue).
1717
}
18+
\item Changes in Rcpp Documentation:
19+
\itemize{
20+
\item The caption for third figure in the introductory vignette has
21+
been corrected (Dirk in \ghpr{1277} fixing \ghit{1276}).
22+
}
1823
}
1924
}
2025

vignettes/pdf/Rcpp-introduction.pdf

253 KB
Binary file not shown.

vignettes/rmd/Rcpp-introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ Rcpp.package.skeleton("samplePkg")
873873
\begin{figure}
874874
\begin{center}
875875
\includegraphics[width=3in]{figures/samplePkg-files-light-bg.png}
876-
\caption{Graphical annotation of the \texttt{is\_odd\_cpp} function.}
876+
\caption{Illustration of \texttt{Rcpp.package.skeleton} function.}
877877
\label{fig:package-files}
878878
\end{center}
879879
\end{figure}

0 commit comments

Comments
 (0)