[Rd] Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running

2016-04-05 Thread Simone Giannerini
minimal reproducible example plot(1,1) identify(1,1) # or locator() now, trying to close the window by clicking on the cross of the upper right corner causes Rgui (and Rterm) to crash. I see the same behaviour on 2 different Windows PC (one with Win 8.1 and one with Win 10). I did not see the pr

Re: [Rd] Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running

2016-04-05 Thread Duncan Murdoch
Thanks, I'll track this down. Duncan Murdoch On 05/04/2016 9:35 AM, Simone Giannerini wrote: minimal reproducible example plot(1,1) identify(1,1) # or locator() now, trying to close the window by clicking on the cross of the upper right corner causes Rgui (and Rterm) to crash. I see the same

Re: [Rd] Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running

2016-04-05 Thread Henrik Bengtsson
If of any help, I can reproduce this (on Windows 7) back to at least R 3.0.3 but it's not there in R 3.0.0. (I have *not* checked with R 3.0.1 and 3.0.2 which I don't have installed). /Henrik On Tue, Apr 5, 2016 at 8:23 AM, Duncan Murdoch wrote: > Thanks, I'll track this down. > > Duncan Murd

Re: [Rd] Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running

2016-04-05 Thread Duncan Murdoch
On 05/04/2016 11:56 AM, Henrik Bengtsson wrote: If of any help, I can reproduce this (on Windows 7) back to at least R 3.0.3 but it's not there in R 3.0.0. (I have *not* checked with R 3.0.1 and 3.0.2 which I don't have installed). That doesn't necessarily mean that 3.0.0 was fine. It's a se

Re: [Rd] update.packages(checkBuilt=TRUE, ask=FALSE): possible bug

2016-04-05 Thread Duncan Murdoch
Jose resurrected this, and this time I reproduced it. It's a simple bug to fix, just an oversight in a test in install.packages(). It'll make it into 3.3.0. Duncan Murdoch On 06/08/2015 7:41 PM, Duncan Murdoch wrote: On 06/08/2015 7:16 PM, Jose Claudio Faria wrote: I'd like to see a re