Skip to content
Prev 76744 / 398502 Next

r: chinese installation of r

Clark Allan schrieb:
The R admin manual

http://cran.r-project.org/doc/manuals/R-admin.html

says:

"The preferred language for messages is by default taken from the 
locale. This can be overridden first by the setting of the environment 
variable LANGUAGE and then by the environment variables LC_ALL, 
LC_MESSAGES and LANG. (The last three are normally used to set the 
locale and so should not be needed, but the first is only used to select 
the language for messages.) The code tries hard to map locale names to 
languages, even on Windows.

Note that you should not expect to be able to change the language once R 
is running. "

If your system runs on Windows, define a variable LANGUAGE in the 
systems settings (environment) and set it to EN.

Hope it helps

Thomas Petzoldt