Re: [R] Odd crash with tcl/tk

2010-08-17 Thread Lars Dalby
Hi @ Andrew: Did you get this problem solved? I am having similar problems and have tried to work around it using options(gsubfn.engine = R) as suggested by Gabor. However, this don't solve on my machine. R just freezes up trying to execute read.csv.sql() On OSX 10.6.4, R 2.11.1 (2010-05-31)

Re: [R] Odd crash with tcl/tk

2010-08-17 Thread peter dalgaard
Sorry to chime in late (for some reason, I was not at the Mac when this came in originally). I can't reproduce the situation. One guess is that you haven't installed the tcltk bits, as indicated on the http://cran.at.r-project.org/bin/macosx/ page. -pd On Aug 17, 2010, at 4:12 PM, Lars

Re: [R] Odd crash with tcl/tk

2010-08-17 Thread Lars Dalby
Hi Peter Spot on! You where absolutely right. After installing the tcltk bits it worked just fine. Thank you very much! Lars On Aug 17, 4:36 pm, peter dalgaard pda...@gmail.com wrote: Sorry to chime in late (for some reason, I was not at the Mac when this came in originally). I can't

Re: [R] Odd crash with tcl/tk

2010-08-17 Thread Gabor Grothendieck
That should not be necessary if you used options(gsubfn.engine = R) since it should not be using tcltk in the first place. Perhaps you are using an old version of gsubfn -- the latest on CRAN is 0.5-3. On Tue, Aug 17, 2010 at 11:49 AM, Lars Dalby lars.da...@gmail.com wrote: Hi Peter

Re: [R] Odd crash with tcl/tk

2010-08-17 Thread Gabor Grothendieck
On Tue, Aug 17, 2010 at 11:49 AM, Lars Dalby lars.da...@gmail.com wrote: Hi Peter Spot on! You where absolutely right. After installing the tcltk bits it worked just fine. Thank you very much! Lars On Aug 17, 4:36 pm, peter dalgaard pda...@gmail.com wrote: Sorry to chime in late (for

Re: [R] Odd crash with tcl/tk

2010-07-28 Thread Gabor Grothendieck
On Wed, Jul 28, 2010 at 10:06 AM, AndrewPage savejar...@yahoo.com wrote: Hi, Recently, I've been trying to use packages in R that require loading the Tcl/Tk interface.  However, I get a strange result and a crash that I haven't been able to find discussion about on these boards (or any