Re: [R] R can't find tcl-tk

2015-03-12 Thread peter dalgaard
> On 11 Mar 2015, at 20:05 , MacQueen, Don wrote: > > What is the result of > > capabilities()['tcltk'] > > ? - and did the configure actually succeed, tcl-wise? Should be near the end of the output in, like Interfaces supported: X11, aqua, tcltk Also notice that if you run R on a

Re: [R] R can't find tcl-tk

2015-03-11 Thread Karim Mezhoud
Hi,$I had this problem, delete all and reconfigure ONLY with: cd /tools ./rsyns. cd .. ./configure --enable-R-shlib make make install be sure to be in your /home kmezhoud On Wed, Mar 11, 2015 at 7:55 PM, peter dalgaard wrote: > > > On 11 Mar 2015, at 20:05 , MacQueen, Don wrote: > > > >

Re: [R] R can't find tcl-tk

2015-03-11 Thread MacQueen, Don
What is the result of capabilities()['tcltk'] ? -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 3/9/15, 2:27 PM, "Imran Akbar" wrote: >Hi, > >I've installed the latest version of R from source on Amazon Linux with >the >