We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4a29e commit 302a371Copy full SHA for 302a371
2 files changed
ChangeLog
@@ -1,3 +1,8 @@
1
+2018-10-07 Ralf Stubner <ralf.stubner@daqana.com>
2
+
3
+ * vignettes/Rcpp-extending.Rmd: Correct EXPORT to EXPOSED in displays
4
+ of the corresponding macro, and remove two spurious semicolons
5
6
2018-10-02 Dirk Eddelbuettel <edd@debian.org>
7
8
* DESCRIPTION (Date, Version): Roll minor version
inst/NEWS.Rd
@@ -19,6 +19,11 @@
19
test flag (for release versions) inside the container (Dirk).
20
\item Correct the \code{R CMD check} call to skip vignettes (Dirk).
21
}
22
+ \item Changes in Rcpp Documentation:
23
+ \itemize{
24
+ \item The 'Rcpp Extending' vignette was corrected and refers to
25
+ \code{EXPOSED} rather than \code{EXPORTED} (Ralf Stubner in \ghpr{910}).
26
+ }
27
28
29
0 commit comments