Re: [R] X11 is not availble

2008-12-18 Thread Dirk Eddelbuettel
On Thu, Dec 18, 2008 at 08:31:09AM -0600, Dirk Eddelbuettel wrote: > On Thu, Dec 18, 2008 at 02:52:40PM +0100, Dennis Schmidt wrote: > > Hi Barry, > > > > this is the output of my capabilities() call: > > > > jpeg png tifftcltk X11 aqua http/ftp sockets > >FALSEFALSE

Re: [R] X11 is not availble

2008-12-18 Thread Dirk Eddelbuettel
On Thu, Dec 18, 2008 at 02:52:40PM +0100, Dennis Schmidt wrote: > Hi Barry, > > this is the output of my capabilities() call: > > jpeg png tifftcltk X11 aqua http/ftp sockets >FALSEFALSEFALSEFALSEFALSEFALSE TRUE TRUE > libxml fifo cledi

Re: [R] X11 is not availble

2008-12-18 Thread Dennis Schmidt
Hi Barry, this is the output of my capabilities() call: jpeg png tifftcltk X11 aqua http/ftp sockets FALSEFALSEFALSEFALSEFALSEFALSE TRUE TRUE libxml fifo clediticonv NLS profmemcairo TRUE TRUE TRUE TRUE

Re: [R] X11 is not availble

2008-12-18 Thread Barry Rowlingson
2008/12/18 Dennis Schmidt : > No, haven't seen this so far. But it quite looks like what I'm looking for, > so thanks a lot :-) The png() device does not need an X server to connect to. I think it used to in versions gone by, but not any more. Here I've disabled X so that X11() doesn't work, but

Re: [R] X11 is not availble

2008-12-18 Thread Dennis Schmidt
No, haven't seen this so far. But it quite looks like what I'm looking for, so thanks a lot :-) Dennis Am 18.12.2008 um 13:09 schrieb Fredrik Karlsson: Hi again, Sorry for bothering you, but have you seen this? http://www.stats.bris.ac.uk/R/web/packages/GDD/index.html or this one http://w

Re: [R] X11 is not availble

2008-12-18 Thread Dennis Schmidt
Hi Fredrik, well I'm connecting via SSH onto the machine. Lateron the R scripts shall be executed via some Ruby scripts. The pdf export is working properly, but I think it would be very ugly to first create a pdf file and then convert it to my needed png (or any other pure image format).

[R] X11 is not availble

2008-12-18 Thread Dennis Schmidt
Hi there, after several problems with installing R on a Debian server It now finally works at least roughly. With roughly I mean that the 'core' function do work properly, but I'm still having problems with the image export. When I try to call png(filename="my_file.png", width=800, height