Re: [R] Problem with TLC/TK on Ubuntu

2008-07-18 Thread Roland Rau
Hi Davide, did you check the R Installation and Administration Manual? In Section A.2.1 you will find some more information. Make sure that you have the 'dev' packages installed of tcl8.x and tk8.x. If you don't know where 'tclConfig.sh' and 'tkConfig.sh' are located, just find them: locate t

Re: [R] Problem with TLC/TK on Ubuntu

2008-07-17 Thread Davide Massidda
>Davide Massidda wrote: > Dear all, >I have installed R on Linux/Ubuntu 8.04. > Erik Iverson wrote: > But you don't say how. Are you compiling R yourself or installing the Ubuntu package from CRAN? I comple R using R-2.7.1.tar.gz, I don't use the package from CRAN. [[alternative HTML ve

Re: [R] Problem with TLC/TK on Ubuntu

2008-07-17 Thread Erik Iverson
Davide Massidda wrote: Dear all, I have installed R on Linux/Ubuntu 8.04. But you don't say how. Are you compiling R yourself or installing the Ubuntu package from CRAN? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/

Re: [R] Problem with TLC/TK on Ubuntu

2008-07-17 Thread Dirk Eddelbuettel
On Fri, Jul 18, 2008 at 01:09:25AM +0200, Davide Massidda wrote: > Dear all, > I have installed R on Linux/Ubuntu 8.04. When I try to load the tcltk > package, I get the response: > > > library(tcltk) > Error in firstlib(which.lib.loc, package) : > Tcl/Tk support is not available on this system

[R] Problem with TLC/TK on Ubuntu

2008-07-17 Thread Davide Massidda
Dear all, I have installed R on Linux/Ubuntu 8.04. When I try to load the tcltk package, I get the response: > library(tcltk) Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system Error in library(tcltk) : . First.lib failed for 'tcltk' In order to solve thi