Skip to content
Prev 10787 / 63421 Next

1.8.0 on Unix: interrupting huge print()s ??

Needs a call to R_CheckUserInterrupt at the appropriate place.  The
only platform that currently can interrupt a long print seems to be
Rgui on Windows because of an event poll in the console output
function.  One possibility is to put in a check every 100 calls, say,
to Rvprintf in printutils.c.  I'll check that out and commit to the
patches branch unless anyone sees a problem or a better place to
check.

luke
On Fri, 10 Oct 2003, Martin Maechler wrote: