Re: [R] R console not echoing input

2017-07-03 Thread Duncan Murdoch
Hi Mik. Likely you executed sink(...) to redirect output somewhere. You undo that with sink(). You can compute how many such sinks are in effect (they stack) using sink.number(), but you probably won't be able to see the output, so that's more useful in something like while (sink.number()

[R] R console not echoing input

2017-07-03 Thread Professor Bickis
I have a weird problem running R.app 3.3.2 under Mac OS X 10.10.5. I was trying to interrupt a command line using various Control codes until I discovered that “Esc” is the escape key. (Makes sense!) Now I find that while I can enter new commands to R, they no longer echo back, so I cannot see