Skip to content

Commit 75093ce

Browse files
committed
Minor edits to NEWS.Rd [ci skip]
1 parent 3faae90 commit 75093ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

inst/NEWS.Rd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,18 @@
1616
(Iñaki in \ghpr{1404})
1717
\item Preparations for phasing out use of \code{Rf_error} have been
1818
made (Iñaki in \ghpr{1407})
19-
\item A message is shown if \code{R.h} is included before Rcpp headers
20-
as this can lead to errors (Dirk in \ghpr{1411} closing \ghit{1410})
2119
\item The long-deprecated function \code{loadRcppModules()} has been
2220
removed (Dirk in \ghpr{1416} closing \ghit{1415})
23-
\item Some includes from R were refactored to accommodate R-devel
24-
changes (Iñaki in \ghpr{1418} addressing \ghit{1417})
21+
\item Some non-API includes from R were refactored to accommodate
22+
R-devel changes (Iñaki in \ghpr{1418} addressing \ghit{1417})
2523
\item An accessor to \code{Rf_rnbeta} has been removed (Dirk in
2624
\ghpr{1419} also addressing \ghit{1420})
27-
\item Code accessing \code{Rf_findVarInFrame} now uses
25+
\item Code accessing non-API \code{Rf_findVarInFrame} now uses
2826
\code{R_getVarEx} (Dirk in \ghpr{1423} fixing \ghit{1421})
2927
\item Code conditional on the R version now expects at least R 3.5.0;
3028
older code has been removed (Dirk in \ghpr{1426} fixing \ghit{1425})
31-
\item The \code{ATTRIB} entry point to the R API is not longer used
32-
(Dirk in \ghpr{1430} addressing \ghit{1429})
29+
\item The non-API \code{ATTRIB} entry point to the R API is no longer
30+
used (Dirk in \ghpr{1430} addressing \ghit{1429})
3331
}
3432
\item Changes in Rcpp Attributes:
3533
\itemize{
@@ -49,6 +47,8 @@
4947
\item A temporary change in R-devel concerning NA part in complex variables
5048
was accommodated, and then reverted (Dirk in \ghpr{1399} fixing \ghit{1397})
5149
\item The macOS CI runners now use macos-14 (Dirk in \ghpr{1405})
50+
\item A message is shown if \code{R.h} is included before Rcpp headers
51+
as this can lead to errors (Dirk in \ghpr{1411} closing \ghit{1410})
5252
\item Old helper functions use \code{message()} to signal they are not used,
5353
deprecation and removal to follow (Dirk in \ghpr{1413} closing
5454
\ghit{1412})

0 commit comments

Comments
 (0)