[R] Where to find ROracle for R 2.2.1

2007-03-01 Thread Reinhard Sy
Hello I am looking for ROracle - Module but found only a version that can installed with R Version 2.30. I am running a production system where I can't change the currently installed R. That's why I need a ROracle - Module that is compatible with R version 2.2.1 Thanks Reinhard

Re: [R] Problems compiling R under AIX 4.3

2005-12-03 Thread Reinhard Sy
Hello, yes I have checked out R-Admin-Manual. here what I've done: export MAIN_LD=/usr/local/bin/ld # gnu linker export SHLIB_LDFLAGS=-W1,-G export MAKE=/usr/local/bin/make export LD_LIBRARY_PATH=/usr/local/lib export MAIN_LDFLAGS = -Wl,-brtl then I start configure the Result is:

[R] creating graphs in BATCH mode

2003-11-26 Thread Reinhard Sy
Hi a short question is there a way to generate jpeg's etc. in BATCH mode ? The following example does not work in BATCH: I have a file called Rgraph.in: [EMAIL PROTECTED]:11][~][57] cat Rgraph.in jpeg(/tmp/my.jpg) hist(runif(1)) dev.off() [EMAIL PROTECTED]:11][~][58] [EMAIL