I have a similar issue with tcl. I am using R on a Linux server. Rcmdr installed OK, but it won't run:
> R.Version() $platform [1] "x86_64-unknown-linux-gnu" $arch [1] "x86_64" $os [1] "linux-gnu" $system [1] "x86_64, linux-gnu" $status [1] "" $major [1] "3" $minor [1] "1.0" $year [1] "2014" $month [1] "04" $day [1] "10" $`svn rev` [1] "65387" $language [1] "R" $version.string [1] "R version 3.1.0 (2014-04-10)" $nickname [1] "Spring Dance" > library(Rcmdr) Error : .onAttach failed in attachNamespace() for 'Rcmdr', details: call: structure(.External(.C_dotTcl, ...), class = "tclObj") error: [tcl] Invalid state name hover. Error: package or namespace load failed for 'Rcmdr' > This is kind of frustrating because I don't have admin privileges to install Rstudio on this server, either. I guess it's time to use Emacs. -- View this message in context: http://r.789695.n4.nabble.com/Can-not-load-Rcmdr-tp4655656p4705370.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.