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