[R] Makefile generator - please comment

2018-08-13 Thread Michal Burda
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

[R] max and pmax of NA and NaN

2018-01-15 Thread Michal Burda
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