Skip to content

Commit e870099

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@87799 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8dfd02a commit e870099

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/NEWS.Rd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
338338
This is a C23 feature (taken from C++11) and also supported in all
339339
C standards by some versions of \code{clang} (from \I{LLVM} and
340-
Apple).
340+
Apple) and (with a warning when using \option{-pedantic}) by GCC
341+
when in C17 mode.
341342
342343
A fair amount of code has assumed this: it may be changed to a
343344
smaller type in future.
@@ -628,10 +629,10 @@
628629
\I{Benjamin Sommer}'s report in \PR{18861} and collaboration with
629630
\I{Heather Turner} improving \code{reformulate()}.
630631

631-
\item Arguments which should be length-1 logical are checked more
632-
thoroughly. The most commonly seen errors are in \code{unlink(,
633-
recursive)}, \code{tempdir()} and the \code{na.rm} argument of
634-
\code{max()}, \code{min()}, \code{sum()}, \dots.
632+
\item Many arguments which should be length-1 logical are checked
633+
more thoroughly. The most commonly seen errors are in
634+
\code{unlink(, recursive)}, \code{tempdir()} and the \code{na.rm}
635+
argument of \code{max()}, \code{min()}, \code{sum()}, \dots.
635636
}
636637
}
637638
}

0 commit comments

Comments
 (0)