Hello R-devel,
Best wishes in the new year. I am writing to kindly request new R
function so NA_real_ can be more easily detected.
Currently if one wants to test for NA_real_ (but not NaN) then extra
work has to be done: `is.na(x) & !is.nan(x)`
Required functionality is already at C level so to ad
Thank you all for your replies.
On Thu, Dec 26, 2019 at 01:06:48PM +, Gábor Csárdi wrote:
On Thu, Dec 26, 2019 at 12:39 PM Martin Maechler
...
It would probably really be useful, if Lionel (or someone else)
updated his nice write-up and auxiliary {script / make} - files
so things work too w
Give a try to "rhub":
https://cran.r-project.org/web/packages/rhub/index.html
https://cran.r-project.org/web/packages/rhub/vignettes/local-debugging.html
Which allows to try different os, and system configurations :)
Hope it works!
El lunes, 30 de diciembre de 2019, Dirk Eddelbuettel
escribió