Re: [R] User input after opening graphing device

2010-11-12 Thread Duncan Murdoch
On 12/11/2010 8:58 AM, Jan Eitel wrote: Bert Gunter gene.com> writes: > > PLEASE follow the posting guide and give us the output of sessionInfo(). > > I was unable to duplicate your problem -- it worked fine for me. > > > sessionInfo() > R version 2.12.0 (2010-10-15) > Platform: i386-pc-

Re: [R] User input after opening graphing device

2010-11-12 Thread Jan Eitel
Bert Gunter gene.com> writes: > > PLEASE follow the posting guide and give us the output of sessionInfo(). > > I was unable to duplicate your problem -- it worked fine for me. > > > sessionInfo() > R version 2.12.0 (2010-10-15) > Platform: i386-pc-mingw32/i386 (32-bit) > > locale: > [1] LC_C

Re: [R] User input after opening graphing device

2010-11-11 Thread Bert Gunter
PLEASE follow the posting guide and give us the output of sessionInfo(). I was unable to duplicate your problem -- it worked fine for me. > sessionInfo() R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_U

[R] User input after opening graphing device

2010-11-11 Thread jeitel
If I run the following: > windows() > > bringToTop(-1) > > interactive() [1] TRUE > > run <- readline(prompt = "Continue (Yes = 1, No = 2):") Continue (Yes = 1, No = 2): > dummy <- 1 > run [1] "" it does not allow user input though the session is interactive (it jumps right