Re: [R] Error with rgl loading in BATCH mode

2007-12-11 Thread Prof Brian Ripley
I don't think this is anything to do with BATCH mode: the machine you are running R BATCH on does not have GLU installed. rgl *will* load on a system without an X server running. KernSmooth does *not* require the rgl *package*, so you are (twice) blaming an innocent party. You have doctored t

[R] Error with rgl loading in BATCH mode

2007-12-11 Thread Umberto Amato
Dear all, I'm trying to run a script that requires KernSmooth in BATCH mode but I get an error while loading rgl library that is needed by KernSmooth. Actually I have to run several batch files through a queue of a cluster, so I wouldn't need graphics at all. I installed the latest releases of R