Hi, I am trying to install R commander. I used the command: install.packages("Rcmdr", dependencies = TRUE) It gives me this:
Warning in install.packages("Rcmdr", dependencies = TRUE) : argument 'lib' is missing: using 'C:\Users\Karimi\Documents/R/win-library/2.11' trying URL 'http://cran.opensourceresources.org/bin/windows/contrib/2.11/Rcmdr_1.6-0.zip' Content type 'application/zip' length 2636395 bytes (2.5 Mb) opened URL downloaded 2.5 Mb package 'Rcmdr' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Users\Karimi\AppData\Local\Temp\RtmpJPbedc\downloaded_packages then I type: > library(Rcmdr) Loading required package: tcltk Loading Tcl/Tk interface ...Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: NULL error: Tcl/Tk support files were not installed Error: package 'tcltk' could not be loaded > I tried installing tcltk but I could not do it :( It wouldn't let me. Help please??? Thanks :) -- View this message in context: http://r.789695.n4.nabble.com/How-to-Install-R-Commander-tp2937204p2937204.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org 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.