Re: [R] eclipse and R

2008-11-26 Thread Tobias Verbeke
Hi Ruud, I forwarded your message to the StatET (R in Eclipse) list; there might be StatET users with a similar setup as yours on that list (and the StatET developer is more likely to pick up your question there). Best, Tobias >Hello, I am trying to install Eclipse and R on an amd64 machine ru

[R] eclipse and R

2008-11-26 Thread Ruud H. koning
Hello, I am trying to install Eclipse and R on an amd64 machine running Suse linux 9.3. I have compiled R 2.8.0 with --enable-R-shlib and it seems that compilation was successfull. After starting R, I installed the latest rJava package, from the output: checking whether JRI is requested... yes

Re: [R] Eclipse and R

2008-08-12 Thread Prof Brian Ripley
You should set environment variables in the environment, not from a program. See rw-FAQ Q2.15 (and you may be able to set them in Eclipse before it starts R). On Tue, 12 Aug 2008, Sergey Goriatchev wrote: I tried with Sys.setenv() in Eclipse environment in the following manner: Sys.getenv(

Re: [R] Eclipse and R

2008-08-12 Thread Sergey Goriatchev
I tried with Sys.setenv() in Eclipse environment in the following manner: > Sys.getenv("LANGUAGE") LANGUAGE "" > Sys.setenv(LANGUAGE="en") > Sys.getenv("LANGUAGE") LANGUAGE "en" Once I've done this at the beginning of the session, warnings are in English. When I exit Eclipse and then re

Re: [R] Eclipse and R

2008-08-12 Thread Prof Brian Ripley
Most internationalized programs (including R) respond to the LANGUAGE environent variable: have you tried setting it to "en"? We would need to know your OS to help more (it looks like it might be Windows or possibly Mac OS: the terms used are not right for either). On Tue, 12 Aug 2008, Sergey

[R] Eclipse and R

2008-08-12 Thread Sergey Goriatchev
Hello, I am running R in Eclipse, and when I start Eclipse or when I get error messages, they are in German. (My computer's regional language settings are German.) Is there a way to switch to English in Eclipse without changing my global regional language settings? In basic R GUI this is possible