[Rd] New R function is.nana = is.na & !is.nan

2019-12-31 Thread Jan Gorecki
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

Re: [Rd] best way to build from Git

2019-12-31 Thread frederik
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

Re: [Rd] how to check as CRAN with alternative BLAS?

2019-12-31 Thread Juan Telleria Ruiz de Aguirre
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ó