[R] R CMD check message that I can't figure out (.onLoad failed)
Uwe Ligges
ligges at statistik.tu-dortmund.de
Wed Aug 6 09:23:02 CEST 2008
stephen sefick wrote:
> I have been able to track and fix everything so far with R CMD check.
> How do I make this reproducible and I will do it.
>
> this is the message that I got:
>
> Error in fun(...) : couldn't connect to display ":0.0"
> Error : .onLoad failed in 'loadNamespace' for 'tcltk'
>
>
The first line is the really relevant one. I guess you have no X
available (or not forwarded via ssh) or whatever, but the package starts
some GUI stuff.
Uwe Ligges
More information about the R-help
mailing list