Skip to content

Commit

Permalink
Say that matrix-like is not vector-like.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87594 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jan 19, 2025
1 parent af2573f commit b3426cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/library/base/man/difftime.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
\alias{units.difftime}
\alias{units<-.difftime}
\alias{time interval} % used by mean.Rd
\alias{summary.difftime}
\description{
Time intervals creation, printing, and some arithmetic. The
\code{\link{print}()} method calls these \dQuote{time differences}.
Expand Down
3 changes: 2 additions & 1 deletion src/library/base/man/sets.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ is.element(el, set)
to character vectors). Starting with \R 4.5.0, operands of the
\dQuote{same kind} (in the sense that \code{\link{isa}(x, class(y))}
or \code{\link{isa}(y, class(x))} which appear to be
\dQuote{vector-like} (in the sense that subscripting \code{x} and/or
\dQuote{vector-like} (in the sense that \code{dim(x)} has length at
most one, and subscripting \code{x} and/or
\code{y} by \code{0L} leaves the class unchanged) are no longer
transformed. In particular, union, intersection and set difference
of two factors now give factors (see the examples).
Expand Down

0 comments on commit b3426cd

Please sign in to comment.