Skip to content

Mac woes

3 messages · Stuart Vyse, John Fox, Brian Ripley

#
Dear Stuart,
On
First, you shouldn't necessarily blame R for failings of the R Commander,
since it is a contributed package and not part of the base system. In this
case, however, the "New data set" menu item is absent under Mac OS X because
the data editor hangs on an empty data frame -- at least when I tried it.
It's not possible to know what the source of the difficulty is without the
files that are causing problems. I suspect that the data files aren't
properly prepared. Can you provide an example?
The scatterplot menu item is grayed out if there are fewer than two
numerical variables in the active data set; the scatterplot-matrix item is
grayed out if there are fewer than three numerical variables. That seems
sensible to me, but again, without the data, it's not possible to know
whether the Rcmdr is behaving incorrectly or whether you want it to do
something that it considers unreasonable, such as making a scatterplot for
categorical variables.
Here, the Rcmdr invokes the R data editor, and I've encountered problems
similar to those that you describe with the data editor on the Mac, both
when called from the Rcmdr and from the R command prompt. For example, if I
load just the car package and edit(Prestige), adding variables and rows, and
deleting variables and rows, eventually I can make R hang or, on exit,
produce an error. I'm running R 2.8.1 under Mac OS X 10.5.5. Perhaps I
should suppress the edit button as well.
Yes, be more specific about what produces the problems you're experiencing.

Regards,
 John
http://www.stuartvyse.com
http://www.R-project.org/posting-guide.html
#
On Thu, 8 Jan 2009, Stuart Vyse wrote:

            
Are you talking about Rcmdr only?  That is contributed software, so it 
is unfair to blame 'R" for it (and not to give credit to John Fox for it).

There is a specific list for R on Macs, R-sig-Mac -- see the posting 
guide.  Mac issues do tend to get overlooked on this very busy general 
list, and you weere asked in the posting guide to 'discuss possible bugs' 
there.

One short answer is that Rcmdr is a Tcl/Tk program, and Tcl/Tk does not 
work particularly well on your minority platform.  But detailed, 
reproducible reports to the author (John Fox for Rcmdr) or the appropriate 
list (R-sig-mac) will help to improve the workarounds.  And I know John 
bought a Mac to help support Mac users and is unfailingly helpful to users 
of his software.