How to run R scripts on servers without X11 [duplicate] How to run R scripts on servers without X11 [duplicate] r r

How to run R scripts on servers without X11 [duplicate]


if you are using R 3.0, try options(bitmapType='cairo')it worked for me


I answered this once before -- can cannot make a program which expects X11 to certainly forget about it, but you can use the virtual framebuffer to 'pretend' X11 is present.

So see this older SO question for details and an example.