On 7/28/2016 9:07 AM, Martin Maechler wrote:
Spencer Graves
on Thu, 28 Jul 2016 08:56:39 -0500 writes:
> Hello, All:
> Try the following:
> par(bg='transparent')
> plot(1:3)
well, "transparent" is even default... and I definitely can NOT
see a problem with the abov
> Spencer Graves
> on Thu, 28 Jul 2016 08:56:39 -0500 writes:
> Hello, All:
> Try the following:
> par(bg='transparent')
> plot(1:3)
well, "transparent" is even default... and I definitely can NOT
see a problem with the above.
> I get two plots superimposed, on
Hello, All:
Try the following:
par(bg='transparent')
plot(1:3)
I get two plots superimposed, one over twice the size it should
be, much of it outside the device region.
Thanks for all you do to make R such a useful tool. People all
over the world live better today, be
Hi all,
I am working on a bug, which running PLR on HAWQ. The process hung and
can't be terminated.
>From my investigation, it seems signal handler 'Rf_onsigusr1' trigger a
malloc/free deadlock.
The calling stack is below.
Thread 1 (Thread 0x7f4c93af48e0 (LWP 431263)):
#0 0x7f4c9015805e i
I am building shared objects on Windows system with BASE as a name in
the shared object. When BASE appears under EXPORTS in tmp.def file, R
CMD SHLIB doesn't succeed. This happens on Windows but not Mac or
Ubuntu.
Minimal examples:
This code builds fine