File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 2023-09-30 Dirk Eddelbuettel <edd@debian.org>
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+
172023-08-31 Dirk Eddelbuettel <edd@debian.org>
28
39 * DESCRIPTION (Version, Date): Roll micro version
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments