Skip to content
Prev 10768 / 63424 Next

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

NEWS for R 1.8.0 has
and this has already caused grief here
(actually it has several days ago, when I switched our users to
 R-1.8.0beta  __ BUT THEY DIDN'T TELL ANY R DEVELOPER __ )

for a user who does use *large* matrices.

When accidentally calling print() {implicitly}, we have been
used here to press CTRL+c (twice in Emacs ESS!) for stopping the
output.

This no longer works in R 1.8.0 at least on our unix platforms.
To reproduce, type

  cbind(1:1e6)

and try to cut it short (it only takes a minute or so,
whereas our user here had a matrix that needed more than 10
minutes of screen output !)