Rusers, library(Rcmdr) Loading required package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk support is not available on this system While installing R I run configure with configure --prefix=/bla/bla --with-tcltk make make install configure did not returned any errors. Hence, I assume that the the tcl/tk libraries have been found. installin.packages("tcltk") returns an error telling me that there is no package tcltk on CRAN. And indeed there no such package on CRAN. Whats wrong? Eryk [[alternative HTML version deleted]]
tcltk must be installed on your system, it is not a R package. Which Linux are you using? W Eryk Wolski wrote:> Rusers, > > library(Rcmdr) > Loading required package: tcltk > Error in firstlib(which.lib.loc, package) : > Tcl/Tk support is not available on this system > > > While installing R I run configure with > > configure --prefix=/bla/bla --with-tcltk > make > make install > > configure did not returned any errors. Hence, I assume that the the tcl/tk > libraries have been found. > > > installin.packages("tcltk") > returns an error telling me that there is no package tcltk on CRAN. And > indeed there no such package on CRAN. > > Whats wrong? > > Eryk > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >
I just read another post so I know youre on (K)ubuntu: you need to install tcl8.4-dev and tk84-dev packages. If there is no tcl/tk R installs nevertheless but is stating that at the configuration that there is no tcl/tk support... so thats where you have to look at. Maybe it is better you install the deb package of 2.5.0 instead of compiling yourself... Stefan W Eryk Wolski wrote:> Rusers, > > library(Rcmdr) > Loading required package: tcltk > Error in firstlib(which.lib.loc, package) : > Tcl/Tk support is not available on this system > > > While installing R I run configure with > > configure --prefix=/bla/bla --with-tcltk > make > make install > > configure did not returned any errors. Hence, I assume that the the tcl/tk > libraries have been found. > > > installin.packages("tcltk") > returns an error telling me that there is no package tcltk on CRAN. And > indeed there no such package on CRAN. > > Whats wrong? > > Eryk > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >