Skip to content

Commit b40e17d

Browse files
author
maechler
committed
sync from R 4.5.2 patched
git-svn-id: https://svn.r-project.org/R/trunk@89117 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 60d1f93 commit b40e17d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/NEWS.Rd

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,18 +415,11 @@
415415
Sepal vs Petal dimensions in its first iris data plot, thanks to
416416
\I{Jeff Dick}'s post on R-devel.
417417

418-
\item \code{all.equal(obj, simple, check.class=FALSE)} now is true, also
419-
when \code{simple} is a bare atomic vector and \code{obj} has a simple
420-
class, fixing the first part of \PR{18971} thanks to \I{Jan Gorecki}.
421-
422418
\item \code{diff(m, lag, dif)} for matrix \code{m} now still returns
423419
matrices, also when \code{lag * dif > nrow(m)} (\PR{18972}, thanks to
424420
\I{Mikael Jagan} and \I{Suharto Anggono}).
425421
\code{diff(<ts-matrix>)} remains matrix, even when it has length zero.
426422

427-
\item \code{str(x, give.attr=FALSE)} no longer shows attributes when
428-
\code{x} is a zero length \code{"Date"} or \code{"POSIXt"} object.
429-
430423
\item \code{model.frame(~1, list(), na.action=na.pass)} and similar
431424
\dQuote{border-line} uses no longer produce invalid data frames,
432425
fixing \PR{18977}, reported with patch by \I{Mikael Jagan}.
@@ -438,7 +431,12 @@
438431

439432
\subsection{BUG FIXES}{
440433
\itemize{
441-
\item .
434+
\item \code{all.equal(obj, simple, check.class=FALSE)} now is true, also
435+
when \code{simple} is a bare atomic vector and \code{obj} has a simple
436+
class, fixing the first part of \PR{18971} thanks to \I{Jan Gorecki}.
437+
438+
\item \code{str(x, give.attr=FALSE)} no longer shows attributes when
439+
\code{x} is a zero length \code{"Date"} or \code{"POSIXt"} object.
442440
}
443441
}
444442
}

0 commit comments

Comments
 (0)