Skip to content

Commit 5b9cb46

Browse files
committed
Add ChangeLog and NEWS
1 parent 4630e00 commit 5b9cb46

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-03-19 Dirk Eddelbuettel <[email protected]>
2+
3+
* src/attributes.cpp (RExportsGenerator::writeEnd): Replace a pair of
4+
apostrophes with backticks in generated .Call() statemente
5+
16
2023-02-07 Dirk Eddelbuettel <[email protected]>
27

38
* inst/tinytest/test_stats.R: Use more accurate value in R 4.3.0

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
Iñaki in \ghpr{1245}).
1414
\item Compilation under C++ using \pkg{clang++} and its standard
1515
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}).
1618
}
1719
\item Changes in Rcpp Documentation:
1820
\itemize{

0 commit comments

Comments
 (0)