Skip to content

Commit

Permalink
Correct third caption in intro vignette (Closes #1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 30, 2023
1 parent 62bb381 commit 8920d46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-09-30 Dirk Eddelbuettel <[email protected]>

* vignettes/rmd/Rcpp-introduction.Rmd (Rcpp): Correct caption of
third figure (cf GitHub issue #1276)
* vignettes/pdf/Rcpp-introduction.pdf: Rebuilt

2023-08-31 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version
Expand Down
Binary file modified vignettes/pdf/Rcpp-introduction.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/rmd/Rcpp-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ Rcpp.package.skeleton("samplePkg")
\begin{figure}
\begin{center}
\includegraphics[width=3in]{figures/samplePkg-files-light-bg.png}
\caption{Graphical annotation of the \texttt{is\_odd\_cpp} function.}
\caption{Illustration of \texttt{Rcpp.package.skeleton} function.}
\label{fig:package-files}
\end{center}
\end{figure}
Expand Down

0 comments on commit 8920d46

Please sign in to comment.