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@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.

Reply via email to