Skip to content

Commit 261167d

Browse files
author
maechler
committed
enable R_NO_REMAP_RMATH and calling Rf_*(); as was documented
git-svn-id: https://svn.r-project.org/R/trunk@87449 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f216042 commit 261167d

File tree

2 files changed

+299
-146
lines changed

2 files changed

+299
-146
lines changed

doc/NEWS.Rd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@
286286
\code{Rf_NonNullStringMatch}, \code{R_shallow_duplicate_attr},
287287
\code{Rf_StringBlank}, \code{SET_TYPEOF}, \code{TRUELENGTH},
288288
\code{XLENGTH_EX}, and \code{XTRUELENGTH}.
289+
290+
\item Enable defining \env{R_NO_REMAP_RMATH} and calling
291+
\code{Rf_*()} as has been documented in WRE for a while, fixing
292+
\PR{18800} thanks to \I{Mikael Jagan} and \I{Suharto Anggono}.
289293
}
290294
}
291295
@@ -421,7 +425,7 @@
421425
one character.
422426
423427
\item \code{pwilcox()} and \code{qwilcox()} now check for user
424-
interrupt less frequencly.
428+
interrupt less frequently.
425429
}
426430
}
427431
}

0 commit comments

Comments
 (0)