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
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
>
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.