Re: [R] setStatusBar function gives error message in R 3.01 under Windows 7

2013-09-05 Thread Duncan Murdoch
On 05/09/2013 10:20 AM, Gwen D. LaSelva wrote: I am running R 3.01 under 64-bit Windows 7. When I try to set the status bar, I get an error message. For example: >text<-"hello" > setStatusBar(text) > Error in .Call(setStatusBar, text) : > first argument must be a string (of length 1) or nati

Re: [R] setStatusBar function gives error message in R 3.01 under Windows 7

2013-09-05 Thread Duncan Murdoch
On 05/09/2013 10:20 AM, Gwen D. LaSelva wrote: I am running R 3.01 under 64-bit Windows 7. When I try to set the status bar, I get an error message. For example: >text<-"hello" > setStatusBar(text) > Error in .Call(setStatusBar, text) : > first argument must be a string (of length 1) or nati

[R] setStatusBar function gives error message in R 3.01 under Windows 7

2013-09-05 Thread Gwen D. LaSelva
I am running R 3.01 under 64-bit Windows 7. When I try to set the status bar, I get an error message. For example: >text<-"hello" > setStatusBar(text) > Error in .Call(setStatusBar, text) : > first argument must be a string (of length 1) or native symbol reference The related function, setWi