Rcmdr package
?brahim Mutlay wrote:
Dear R users,
I want to install the Rcmdr package in a Quantian linux machine, but, when i
tried that, following commands appeared:
** building package indices ...
* DONE (Rcmdr)
The downloaded packages are in
/tmp/RtmpuOikyk/downloaded_packages
library("Rcmdr")
Loading required package: tcltk
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error: package 'tcltk' could not be loaded
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'
I do not know why my OS does not support the Tcl/Tk.
That is not clear. I believe it normally would. Did you compile R yourself or did it come with Quantian? Did you perchance forget to install the tcl/tk libraries (including devel packages if you did the compile)?
Sincereley.... ------------------------------------------------------------------------
______________________________________________ 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.