| Line 65... |
Line 65... |
| 65 |
should be negligible.
|
65 |
should be negligible.
|
| 66 |
|
66 |
|
| 67 |
If \code{single.NA} is true, as by default, \code{identical} sees
|
67 |
If \code{single.NA} is true, as by default, \code{identical} sees
|
| 68 |
\code{\link{NaN}} as different from \code{\link{NA_real_}}, but all
|
68 |
\code{\link{NaN}} as different from \code{\link{NA_real_}}, but all
|
| 69 |
\code{NaN}s are equal (and all \code{NA} of the same type are equal).
|
69 |
\code{NaN}s are equal (and all \code{NA} of the same type are equal).
|
| 70 |
|
70 |
|
| 71 |
Character strings are regarded as identical if they are in different
|
71 |
Character strings are regarded as identical if they are in different
|
| 72 |
marked encodings but would agree when translated to UTF-8.
|
72 |
marked encodings but would agree when translated to UTF-8.
|
| 73 |
|
73 |
|
| 74 |
If \code{attrib.as.set} is true, as by default, comparison of
|
74 |
If \code{attrib.as.set} is true, as by default, comparison of
|
| 75 |
attributes view them as a set (and not a vector, so order is not
|
75 |
attributes view them as a set (and not a vector, so order is not
|
| 76 |
tested).
|
76 |
tested).
|
| 77 |
|
77 |
|
| 78 |
If \code{ignore.bytecode} is true (the default), the compiled
|
78 |
If \code{ignore.bytecode} is true (the default), the compiled
|
| 79 |
bytecode of a function (see \code{\link{cmpfun}}) will be ignored in
|
79 |
bytecode of a function (see \code{\link{cmpfun}}) will be ignored in
|
| 80 |
the comparison. If it is false, functions will compare equal only if
|
80 |
the comparison. If it is false, functions will compare equal only if
|
| 81 |
they are copies of the same compiled object (or both are
|
81 |
they are copies of the same compiled object (or both are
|
| 82 |
uncompiled). To check whether two different compiles are equal, you
|
82 |
uncompiled). To check whether two different compiles are equal, you
|