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
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
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
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
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
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:
>