|
415 | 415 | Sepal vs Petal dimensions in its first iris data plot, thanks to |
416 | 416 | \I{Jeff Dick}'s post on R-devel. |
417 | 417 |
|
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 | | - |
422 | 418 | \item \code{diff(m, lag, dif)} for matrix \code{m} now still returns |
423 | 419 | matrices, also when \code{lag * dif > nrow(m)} (\PR{18972}, thanks to |
424 | 420 | \I{Mikael Jagan} and \I{Suharto Anggono}). |
425 | 421 | \code{diff(<ts-matrix>)} remains matrix, even when it has length zero. |
426 | 422 |
|
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 | | - |
430 | 423 | \item \code{model.frame(~1, list(), na.action=na.pass)} and similar |
431 | 424 | \dQuote{border-line} uses no longer produce invalid data frames, |
432 | 425 | fixing \PR{18977}, reported with patch by \I{Mikael Jagan}. |
|
438 | 431 |
|
439 | 432 | \subsection{BUG FIXES}{ |
440 | 433 | \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. |
442 | 440 | } |
443 | 441 | } |
444 | 442 | } |
|
0 commit comments