Skip to content
Prev 932 / 63424 Next

a -nographics option to R

Douglas Bates <bates@stat.wisc.edu> writes:
The current plans are to get rid of the initial graphics startup
altogether and make the plot commands do it automagically instead of
faulting when there's no graphics device. (We seem to have committed
our usual sin of discussing things in R-core that might as well have
been discussed on R-devel.)

BTW: If it's ssh that does this to you, note that it has a config file
that can turn the X transport off. If it's telnet, I wouldn't know,
but you might murder the DISPLAY setting by invoking as

DISPLAY= R

(which, incidentally, is fewer keypresses than "R -nographics"...)

Requires an sh-family shell, though.