[Rd] Misspelled German error message: --nosave (PR#7841)
Bernhard.Schmalhofer at biomax.de
Bernhard.Schmalhofer at biomax.de
Fri May 6 10:23:13 CEST 2005
Full_Name: Bernhard Schmalhofer
Version: R 2.1.0
OS: Linux
Submission from: (NULL) (213.69.121.226)
Hi,
when I pipe commands into R then I get a misspelled German error message:
scripts> echo $LANG
de_DE.UTF-8
scripts> R --args asdf < aaa_analyze.R
Fatal error: Sie m?ssen '--save', '--nosave' oder '--vanilla' angeben
scripts> export LANG=C
scripts>R --args asdf < aaa_analyze.R
Fatal error: you must specify '--save', '--no-save' or '--vanilla'
The no-save command line option should be '--no-save', not '--nosave'.
CU, Bernhard
More information about the R-devel
mailing list