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) On Wed, Feb 11, 2009 at 3:03 PM, Peter Dalgaard <p.dalga...@biostat.ku.dk>wrote: > Monte Milanuk wrote: > >> Larry, >> >> Since it looks like you've got your problem about whipped, hope you don't >> mind if I piggy back on here... >> >> Same sort of problem... installed Rcmdr via the Package Installer. >> Followed the directions for running X11/Tk ala the site mentioned >> earlier.... and this is what I get when I try to run Rcmdr: >> >> > library(Rcmdr) >> Error in structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class >> = "tclObj") : >> [tcl] invalid command name "font". >> >> Error : .onAttach failed in 'attachNamespace' >> Error: package/namespace load failed for 'Rcmdr' >> >> Any help would be greatly appreciated. >> > > Hum. Sounds like you're getting through to Tcl but not Tk. Are you able to > run the wish shell (usually comes with Tcl/Tk, although I'm not sure about > Mac). > > -pd > > -- > 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. > [[alternative HTML version deleted]]
______________________________________________ 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.