Skip to content

Commit 274f5ab

Browse files
committed
Update NEWS with a few of the recent PRs [ci skip]
1 parent 52ab64d commit 274f5ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

inst/NEWS.Rd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@
1010
\item An unused old R function for a compiler version check has been
1111
removed after checking no known package uses it (Dirk in \ghpr{1395})
1212
\item A narrowing warning is avoided via a cast (Dirk in \ghpr{1398})
13+
\item Demangling checks have been simplified (Iñaki in \ghpr{1401}
14+
addressing \ghit{1400})
15+
\item The treatment of signed zeros is now improved in the Sugar code
16+
(Iñaki in \ghpr{1404})
17+
\item A message is shown if \code{R.h} is included before Rcpp headers
18+
as this can lead to errors (Dirk in \ghpr{1411} closing \ghit{1410})
1319
}
1420
\item Changes in Rcpp Documentation:
1521
\itemize{
1622
\item Vignettes are now processed via a new "asis" processor adopted
1723
from \pkg{R.rsp} (Dirk in \ghpr{1394} fixing \ghit{1393})
1824
\item R is now cited via its DOI (Dirk)
1925
}
26+
\item Changes in Rcpp Deployment:
27+
\itemize{
28+
\item A temporary change in R-devel concerning NA part in complex variables
29+
was accommodated, and then reverted (Dirk in \ghpr{1399} fixing \ghit{1397})
30+
\item The macOS CI runners now use macos-14 (Dirk in \ghpr{1405})
31+
}
2032
}
2133
}
2234

0 commit comments

Comments
 (0)