Skip to content
Prev 78454 / 398502 Next

--gui none problem

On Thu, 6 Oct 2005, Luc Vereecken wrote:

            
There is no --gui=none option in 2.1.x (but there is in 2.0.x).

The gui is not disabled in 2.1.x either according to the help page nor in
practice (although using an actual GUI without an operator in attendance
is not in general sensible, and any error will terminate R).

Here is the NEWS item for R 2.1.0

    o   BATCH on Unix no longer sets --gui="none" as the X11 module
        is only loaded if needed.


Try R CMD BATCH --gui=tk (Should be Tk, but that was a buglet in 2.1.x).