Re: [Rd] Converting width for a grob where graphics parameters have length 0 crashes R

2021-11-15 Thread Paul Murrell
Hi There is now a fix for this problem in r-devel (r81197). Thanks for reporting the problem! Paul On 15/11/2021 9:16 am, Paul Murrell wrote: Hi Thanks for bringing this (back) up. It is still on my list, but now back nearer the top :) Paul On 14/11/2021 12:51 am, Gu, Zuguang wrote: Dea

[Rd] R-devel (r81196) hanging at dchisq(large) (PR#13309)

2021-11-15 Thread Avraham Adler
I am building r-devel on Windows 10 64bit using Jeroen's mingw system, and I am finding that my make check-devel hangs on the above issue. Everything is vanila except that I am using OpenBLAS 0.3.18. I have been using OpenBLAS for over a decade and have not had this issue before. Is there anything

Re: [Rd] substitute

2021-11-15 Thread Duncan Murdoch
I'd recommend responding now with a pointer to that bug report: whoever at CRAN is dealing with your package doesn't necessarily know about the bug report. You might or might not need to make a change in the end, but if you do, it could be hard to meet the two week deadline. Duncan Murdoch O

Re: [Rd] substitute

2021-11-15 Thread Adrian Dușa
Thank you, I was given a deadline of two weeks to respond, hopefully this will be settled by then. Best wishes, Adrian On Mon, 15 Nov 2021 at 19:28, Duncan Murdoch wrote: > This looks as though it is related to the recent patch in > >https://bugs.r-project.org/show_bug.cgi?id=18232 > > I thi

Re: [Rd] substitute

2021-11-15 Thread Duncan Murdoch
This looks as though it is related to the recent patch in https://bugs.r-project.org/show_bug.cgi?id=18232 I think you should probably wait until that settles down before worrying about it. Duncan Murdoch On 15/11/2021 12:18 p.m., Adrian Dușa wrote: Dear R wizards, I have recently been i

[Rd] substitute

2021-11-15 Thread Adrian Dușa
Dear R wizards, I have recently been informed about some build errors of my package QCA, which I was able to trace down to the base function substitute(), with the following replication example: foo <- function(x) return(substitute(x)) In the stable R version 4.0.5, I get the expected result: >