> Henrik Bengtsson
> on Thu, 4 May 2023 18:38:14 +0200 writes:
> 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
>>
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
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 of commented-out
> R_CheckUserInterrupt() for su
On Tue, May 2, 2023 at 3:29 PM Martin Maechler
wrote:
>
> > Ivan Krylov
> > on Tue, 2 May 2023 14:59:36 +0300 writes:
>
> > В Sat, 29 Apr 2023 00:00:02 +
> > Dario Strbenac via R-devel пишет:
>
> >> Could save.image() be redesigned so that it promptly responds to
>
> Ivan Krylov
> on Tue, 2 May 2023 14:59:36 +0300 writes:
> В Sat, 29 Apr 2023 00:00:02 +
> Dario Strbenac via R-devel пишет:
>> Could save.image() be redesigned so that it promptly responds to
>> Ctrl+C? It prevents the command line from being used for a number
В Sat, 29 Apr 2023 00:00:02 +
Dario Strbenac via R-devel пишет:
> Could save.image() be redesigned so that it promptly responds to
> Ctrl+C? It prevents the command line from being used for a number of
> hours if the contents of the workspace are large.
This is ultimately caused by serialize
Hello,
Could save.image() be redesigned so that it promptly responds to Ctrl+C? It
prevents the command line from being used for a number of hours if the contents
of the workspace are large.
--
Dario Strbenac
University of Sydney
Camperdown NSW 2050
Australia