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 native symbol
reference
The related function, setWindowTitle(), appears to work just fine.
Is this a bug? Or am I doing something wrong? It does seem to work OK in
R 2.13.0.
Thanks, looks like a bug, and looks easy to fix. Should make it into
3.0.2 later this month.
Duncan Murdoch
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.