Le mardi 15 janvier 2013 à 22:49 +0000, Esformes, Carley M. a écrit : > I am getting the error message: > > > > library(Rcmdr) > > Loading required package: car > > Loading required package: MASS > > Loading required package: nnet > > Error : .onAttach failed in attachNamespace() for 'Rcmdr', details: > > call: structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), > class = "tclObj") > > error: [tcl] invalid command name "image". > > > Error: package/namespace load failed for 'Rcmdr' > > > If I try and load tcltk separately, it loads, but I get a warning. > > > library(tcltk) > > Loading Tcl/Tk interface ... done > > Warning message: > > In fun(libname, pkgname) : > > couldn't connect to display "/tmp/launch-pCcdvk/:0" > > _X11TransSocketINETConnect() can't get address > for /tmp/launch-pCcdvk/:6000: nodename nor servname provided, or not > known As you found out yourself, this seems to be a tcltk error, not a Rcmdr one.
For starters, what's your operating system? Please post the output of sessionInfo() as requested by the posting guide. Regards > I want to run BiodiversityR. Which runs, but ultimately I get an > error. > > > > library(BiodiversityR) > > Loading required package: vegan > > Loading required package: permute > > This is vegan 2.0-5 > > > BiodiversityRGUI() > > Loading required package: Rcmdr > > Error : .onAttach failed in attachNamespace() for 'Rcmdr', details: > > call: structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), > class = "tclObj") > > error: [tcl] invalid command name "image". > > > Error in BiodiversityRGUI() : needs Rcmdr ______________________________________________ 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.