Re: [R] Rcmdr has stopped working

2010-01-27 Thread James Rome
Yes, reinstalling it worked. I wonder what changed to cause this, especially if it happened to someone else? And I was a bit worried because I think tcl/tk is installed elsewhere too. In /usr/local/lib, there is a tcl 8 and tcl 8.5. How do I clean up this install? Thanks, Jim On 1/27/10 5:07 PM,

Re: [R] Rcmdr has stopped working

2010-01-27 Thread Peter Dalgaard
John Fox wrote: Dear James, The tcltk package is part of the standard R distribution. I'm not sure why it isn't working. You might try reinstalling R or posting a question to the R-SIG-Mac list about tcltk not working. If you do the latter, you'll probably get a more informative response if you

Re: [R] Rcmdr has stopped working

2010-01-27 Thread John Fox
10 3:12 PM > To: John Fox > Cc: r-help@r-project.org > Subject: Re: [R] Rcmdr has stopped working > > Apparently tcltk is the issue. That hung my R. How do I reinstall tcltk? > > On 1/27/10 3:06 PM, John Fox wrote: >

Re: [R] Rcmdr has stopped working

2010-01-27 Thread James Rome
Apparently tcltk is the issue. That hung my R. How do I reinstall tcltk? On 1/27/10 3:06 PM, John Fox wrote: > library(tcltk > tk_choose.dir(getwd(), "Choose folder") > __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PL

Re: [R] Rcmdr has stopped working

2010-01-27 Thread John Fox
...@r-project.org] On > Behalf Of James Rome > Sent: January-27-10 1:50 PM > To: r-help@r-project.org > Subject: [R] Rcmdr has stopped working > > On my Mac (Snow Leopard and R64), I had been using Rcmdr nicely. But now > when I do > > library(Rcmdr) > the tk

[R] Rcmdr has stopped working

2010-01-27 Thread James Rome
On my Mac (Snow Leopard and R64), I had been using Rcmdr nicely. But now when I do > library(Rcmdr) the tk libraries load, but the Rcmdr window never appears. > library(Rcmdr) Loading required package: tcltk Loading Tcl/Tk interface ... > And if I try to do anything else, R goes to 100% cpu and ha