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 4630e00 commit 5b9cb46Copy full SHA for 5b9cb46
ChangeLog
@@ -1,3 +1,8 @@
1
+2023-03-19 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * src/attributes.cpp (RExportsGenerator::writeEnd): Replace a pair of
4
+ apostrophes with backticks in generated .Call() statemente
5
6
2023-02-07 Dirk Eddelbuettel <edd@debian.org>
7
8
* inst/tinytest/test_stats.R: Use more accurate value in R 4.3.0
inst/NEWS.Rd
@@ -13,6 +13,8 @@
13
Iñaki in \ghpr{1245}).
14
\item Compilation under C++ using \pkg{clang++} and its standard
15
library is enabled (Dirk in \ghpr{1248}) closing \ghit{1244}).
16
+ \item Use backticks in a generated \code{.Call()} statement in
17
+ `RcppExports.R` (Dirk \ghpr{1256} closing \ghit{1255}).
18
}
19
\item Changes in Rcpp Documentation:
20
\itemize{
0 commit comments