er you
find it useful and whether it is good idea to continue in development of
such package. Recently, some other build tools appeared for R, which seem
very interesting, but which I am not so much experienced with (e.g.
"drake"). There are also some other projects with similar purpose, b
Dear R users,
is the following OK?
> max(NA, NaN)
[1] NA
> max(NaN, NA)
[1] NA
> pmax(NaN, NA)
[1] NA
> pmax(NA, NaN)
[1] NaN
...or is it a bug? Documentation says that NA has a higher priority over
NaN.
Best regards, Michal Burda
[[alternative HTML ver
2 matches
Mail list logo