Re: [Rd] closing R graphics windows?

2020-05-27 Thread Abby Spurdle
> The only annoying thing for me is that 'plot()' is not interruptible, so > neither Ctrl-C nor the window manager can stop a plot once it has started - > but I submitted a bug to fix this a long time ago. If I use the keyboard to > close the window while a plot is being drawn, then it has to fi

Re: [Rd] paste(character(0), collapse="", recycle0=FALSE) should be ""

2020-05-27 Thread Martin Maechler
> Hervé Pagès > on Tue, 26 May 2020 12:38:13 -0700 writes: > Hi Martin, On 5/26/20 06:24, Martin Maechler wrote: ... >> >> What about remaining back-compatible, not only to R 3.y.z >> with default recycle0=FALSE, but also to R 4.0.0 with >> recycle0=TRUE > Wh