Skip to content

Commit 559b362

Browse files
author
smeyer
committed
sync NEWS (r87202 has been ported)
git-svn-id: https://svn.r-project.org/R/trunk@87251 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 297511d commit 559b362

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/NEWS.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@
315315
now correctly mention \code{max} in addition to
316316
\code{getOption("max.print")}.
317317
318-
\item \pkg{methods}' internal \code{.requirePackage()} now re-enables
319-
primitive method dispatch when needed; thanks to \I{Ivan Krylov}
320-
for demystifying CRAN package check failures on the R-devel mailing
321-
lists.
322-
323318
\item \code{rowSums(A, dims = dd)}, \code{colMeans(..)}, etc, give a
324319
more helpful error message when \code{dd} is not of length one,
325320
thanks to \I{Michael Chirico}'s \PR{18811}.
@@ -354,6 +349,11 @@
354349
little-endian UTF-16 text with a \abbr{BOM} from a connection using
355350
\code{encoding="UTF-16"}. Users building R from source should avoid
356351
using the system \code{libiconv} in macOS 14.1 and later.
352+
353+
\item \pkg{methods}' internal \code{.requirePackage()} now re-enables
354+
primitive method dispatch when needed; thanks to \I{Ivan Krylov}
355+
for demystifying CRAN package check failures on the R-devel mailing
356+
list.
357357
}
358358
}
359359
}

0 commit comments

Comments
 (0)