Re: [Rd] Inconsistent rank in qr()

2018-01-23 Thread Keith O'Hara
A simpler fix: return rank=NA when Lapack is used. Keith > On Jan 23, 2018, at 5:36 AM, Serguei Sokol wrote: > > Le 23/01/2018 à 08:47, Martin Maechler a écrit : >>> Serguei Sokol >>> on Mon, 22 Jan 2018 17:57:47 +0100 writes: >> > Le 22/01/2018 à 17:40, Keith O'Hara a écrit :

Re: [Rd] Inconsistent rank in qr()

2018-01-23 Thread Serguei Sokol
Le 23/01/2018 à 08:47, Martin Maechler a écrit : Serguei Sokol on Mon, 22 Jan 2018 17:57:47 +0100 writes: > Le 22/01/2018 à 17:40, Keith O'Hara a écrit : >> This behavior is noted in the qr documentation, no? >> >> rank - the rank of x as computed by the decomposition(*

Re: [Rd] How to address the following: CRAN packages not using Suggests conditionally

2018-01-23 Thread Ulrich Bodenhofer
Thanks for your thoughts, Martin! It's very easy for 'pictures of code' (unevaluated code chunks in vignettes) to drift from the actual implementation. So I'd really encourage your conditional evaluation to be as narrow as possible -- during CRAN or even CRAN fedora checks. Certainly trying to