Re: [Rd] save.image Non-responsive to Interrupt

2023-05-04 Thread Henrik Bengtsson
On Thu, May 4, 2023 at 3:02 PM Serguei Sokol via R-devel wrote: > > Le 03/05/2023 à 01:25, Henrik Bengtsson a écrit : > > Along the lines of calling R_CheckUserInterrupt() only onces in a while: > > > >> OTOH, in the past we have had to *disable* R_CheckUserInterrupt() > >> in parts of R's code b

Re: [Rd] save.image Non-responsive to Interrupt

2023-05-04 Thread Serguei Sokol via R-devel
Le 03/05/2023 à 01:25, Henrik Bengtsson a écrit : Along the lines of calling R_CheckUserInterrupt() only onces in a while: OTOH, in the past we have had to *disable* R_CheckUserInterrupt() in parts of R's code because it was too expensive, {see current src/main/{seq.c,unique.c} for a series o

Re: [Rd] range() for Date and POSIXct could respect `finite = TRUE`

2023-05-04 Thread Martin Maechler
> Davis Vaughan > on Mon, 1 May 2023 08:46:33 -0400 writes: > Martin, > Yes, I missed that those have `Summary.*` methods, thanks! > Tweaking those to respect `finite = TRUE` sounds great. It seems like > it might be a little tricky since the Summary methods call