search for: pausi

Displaying 1 result from an estimated 1 matches for "pausi".

Did you mean: pasi
2002 Oct 20
0
Interrupt calc/buffer output of R under Windows
...erm, ctrl-c works only in calculation, but does not interrupt buffer output: with: i <- 1 while (i > 0) i <- i + 1 which runs an infinite loop, pressing ctrl-c interrupt it. OK. But: rnorm(1000000) is not interrupted before the 1,000,000 numbers are buffered to the console. I only can pausi it temporarily by pression break, but I do not come back to the prompt and buffer output is continued when I "unpause" it. Any hint on how to stop buffer output in RTerm? By the way, is it something different in infer mode (Rterm --ess)? What are the major differences between normal and...