Skip to content

Commit 514c785

Browse files
Retain "nice" ≥ and \R formatting
Co-authored-by: aitap <[email protected]>
1 parent 48d590d commit 514c785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/setorder.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ when \code{b} is of type \code{character} as well. }
4848
\code{order} must be either \code{1} or equal to that of \code{cols}. If
4949
\code{length(order) == 1}, it is recycled to \code{length(cols)}. }
5050
\item{na.last}{ \code{logical}. If \code{TRUE}, missing values in the data are placed last; if \code{FALSE}, they are placed first; if \code{NA} they are removed.
51-
\code{na.last=NA} is valid only for \code{x[order(., na.last)]} and related \code{sort_by(x, .)} (\R >= 4.4.0) and its
51+
\code{na.last=NA} is valid only for \code{x[order(., na.last)]} and related \code{sort_by(x, .)} (\R \eqn{\ge} 4.4.0) and its
5252
default is \code{TRUE}. \code{setorder} and \code{setorderv} only accept
5353
\code{TRUE}/\code{FALSE} with default \code{FALSE}. }
5454
}

0 commit comments

Comments
 (0)