> Sys.setenv(LANG="DE")
> 2+"a"
Fehler in 2 + "a" : nicht-numerisches Argument für binären Operator
> Sys.setenv(LANG="EN")
> 2+"a"
Error in 2 + "a" : non-numeric argument to binary operator
>

On Sun, Mar 13, 2011 at 8:39 AM, Alexx Hardt <mikrowelle1...@gmx.de> wrote:

> Hi,
> My R has been installed on a Ubuntu linux computer in Germany. The error
> messages I get are in German, for example:
>
> In min(magnitudes) : kein nicht-fehlendes Argument für min; gebe Inf zurück
>
> I would like those to be displayed in English, for pasting them into
> google.
> I tried searching for "R language", which brings me a ton of results for..
> well, the R language :)
> "R german english" just resulted in a bunch of dictionaries.
>
> I mostly run R within emacs; I don't know if that is relevant to my
> question.
>
> Can someone tell me how to configure R to speak english to me?
>
> Thanks in advance,
>  Alex
>
> --
> alexx@alexx-fett:~$ vi .emacs
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to