Displaying 1 result from an estimated 1 matches for "invalid_gui".
Did you mean:
invalid_gfn
2008 Jan 05
1
Rscript argument processing minor bug with -g
...[11] "not_a_gui" "-h"
## The problem remains if the R code is in a file rather than in-line,
## and also with a #! style script:
~/src/scripts/R> cat test.R
#!/usr/src/R/R-devel/bin/Rscript
commandArgs()
~/src/scripts/R> ./test.R -a -g invalid_gui
WARNING: unknown gui 'invalid_gui', using X11
[1] "/usr/src/R/R-devel/bin/exec/R" "--slave"
[3] "--no-restore" "--file=./test.R"
[5] "--args" "-a"...