Re: [R] tcltk on linux/rhel6

2012-01-04 Thread Carl Baribault
Brian, FYI, I had previously installed tcl-devel but had overlooked tk-devel on the OS. Now that I've installed tk-devel on the OS, the following sequence of commands has succeeded: sudo ./configure --with-tcltk sudo make sudo make check sudo make install R ... > library("tcltk") Loading Tcl/Tk

Re: [R] tcltk on linux/rhel6

2012-01-04 Thread Prof Brian Ripley
On 04/01/2012 01:52, Peter Langfelder wrote: On Tue, Jan 3, 2012 at 4:03 PM, Carl Baribault wrote: Dear All, I've seen posts to the effect that.. 1) choose.dir is only available for windows, and 2) tk_choose.dir would be the linux equivalent. I'm still having trouble with the subject package

Re: [R] tcltk on linux/rhel6

2012-01-03 Thread Peter Langfelder
On Tue, Jan 3, 2012 at 4:03 PM, Carl Baribault wrote: > Dear All, > > I've seen posts to the effect that.. > 1) choose.dir is only available for windows, and > 2) tk_choose.dir would be the linux equivalent. > > I'm still having trouble with the subject package on linux/rhel6. > > I've specified -