|
16 | 16 | (Iñaki in \ghpr{1404}) |
17 | 17 | \item Preparations for phasing out use of \code{Rf_error} have been |
18 | 18 | 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}) |
21 | 19 | \item The long-deprecated function \code{loadRcppModules()} has been |
22 | 20 | 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}) |
25 | 23 | \item An accessor to \code{Rf_rnbeta} has been removed (Dirk in |
26 | 24 | \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 |
28 | 26 | \code{R_getVarEx} (Dirk in \ghpr{1423} fixing \ghit{1421}) |
29 | 27 | \item Code conditional on the R version now expects at least R 3.5.0; |
30 | 28 | 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}) |
33 | 31 | } |
34 | 32 | \item Changes in Rcpp Attributes: |
35 | 33 | \itemize{ |
|
49 | 47 | \item A temporary change in R-devel concerning NA part in complex variables |
50 | 48 | was accommodated, and then reverted (Dirk in \ghpr{1399} fixing \ghit{1397}) |
51 | 49 | \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}) |
52 | 52 | \item Old helper functions use \code{message()} to signal they are not used, |
53 | 53 | deprecation and removal to follow (Dirk in \ghpr{1413} closing |
54 | 54 | \ghit{1412}) |
|
0 commit comments