Monte Milanuk wrote:
Lawrence Hanser wrote:
Monte,
I vaguely remember having exactly the same error message at some point in my
journey.  Why don't you try simply loading tcltk first to see if you can
then load Rcmdr:

library(tcltk)



Larry,

Oddly enough, I had tried just that before, with no success. This time I opted to close out R.app and start fresh. This time around it worked:

 > library(tcltk)
Loading Tcl/Tk interface ... done
 > library(Rcmdr)
Loading required package: car

Rcmdr Version 1.4-7


Attaching package: 'Rcmdr'


   The following object(s) are masked from package:tcltk :

    tclvalue

 >

Man, I'd forgotten how fugly plain ole X11 was compared to Aqua... ;)

Do we have a volunteer to get Tcl/Tk Aqua working with R? ;-)

(Seriously, read Mac OS X FAQ 2.1.7 before even thinking of doing that!)


--
   O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalga...@biostat.ku.dk)              FAX: (+45) 35327907

______________________________________________
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.

Reply via email to