Skip to content
Prev 205983 / 398503 Next

example() leaves console prompting to press Enter for new graphs

On Jan 11, 2010, at 9:28 AM, Michael Friendly wrote:

            
I have had the same annoyance when I interrupted a sequence of  
examples with ctrl-C and this prevented the restoration of the initial  
state. You could try:

options(device.ask.default = FALSE)      # and / or

grDevices::devAskNewPage(ask=FALSE)

Changing the first one on my machine did nothing, but the second one  
was effective,