[R] SJava

2004-12-01 Thread Yasser El-Zein
Is theer an SJava mailing list? I have the following SJava related question: I am calling a Java methos in this mannor: a - .Java(className, methodName) print(done) As defined, the mother returns an Object in some case this Object points to an array of 100,000 Strings. The method prints a

[R] SJava

2004-11-30 Thread Yasser El-Zein
How can I increase the JVM's memory using teh SJava library? __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] seriesMerge

2004-11-30 Thread Yasser El-Zein
of both? On Thu, 25 Nov 2004 03:50:28 + (UTC), Gabor Grothendieck [EMAIL PROTECTED] wrote: Yasser El-Zein abu3ammar at gmail.com writes: : : Is there a function in R that is equivalent to S-PLUS's : seriesMerge(x1, x2, pos=union) : where x1, and x2 are of class timeSeries

[R] seriesMerge

2004-11-24 Thread Yasser El-Zein
Is there a function in R that is equivalent to S-PLUS's seriesMerge(x1, x2, pos=union) where x1, and x2 are of class timeSeries seriesMerge is in S-PLUS's finmetrics. I looked into R's mergeSeries (in fSeries part of Rmetrics) but I could not make it behave quite the same. In R it expected a

Re: [R] timeDate

2004-11-23 Thread Yasser El-Zein
I am looking for up to the millisecond resolution. Is there a package that has that? On Mon, 22 Nov 2004 21:48:20 + (UTC), Gabor Grothendieck [EMAIL PROTECTED] wrote: Yasser El-Zein abu3ammar at gmail.com writes: From the document it is apparent to me that I need as.POSIXct (I have

[R] timeDate

2004-11-22 Thread Yasser El-Zein
what package should I include to use timeDate? I want to convert a double (num of millis) into date object. __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] timeDate

2004-11-22 Thread Yasser El-Zein
anyone know hoe to do that? On Mon, 22 Nov 2004 19:24:48 +0100, Uwe Ligges [EMAIL PROTECTED] wrote: Yasser El-Zein wrote: what package should I include to use timeDate? I want to convert a double (num of millis) into date object. __ [EMAIL

[R] Informix database

2004-11-18 Thread Yasser El-Zein
We use Informix database. I was able to connect to the database with S-PLUS by using its CONNECT/Java through the JDBC driver. How can I connect to Informix with R, wither using JDBC or any other method? we run Linux so I prefer a method other than ODBC. Thankx for the help

[R] Re: Informix database

2004-11-18 Thread Yasser El-Zein
There is no DBI implementation for Informix. I would appreciate some pointers to R's Java extension, if exists. I already have a solution for S-PLUS. I am interested in finding one for R to compare the two, otherwise my company will go with S-PLUS. On Thu, 18 Nov 2004 15:45:25 +0100 (CET), Vito

Re: [R] Informix database

2004-11-18 Thread Yasser El-Zein
The Informix linux ODBC driver is not free, isn't it? Shoudl I be worried of ODBC performance on linux? On Thu, 18 Nov 2004 15:22:56 + (GMT), Prof Brian Ripley [EMAIL PROTECTED] wrote: On Thu, 18 Nov 2004, Yasser El-Zein wrote: We use Informix database. I was able to connect

[R] SJava

2004-11-18 Thread Yasser El-Zein
I failed to build SJava dure to teh error below. Any ideas? # R CMD INSTALL -c SJava_0.68-0.tar.gz * Installing *source* package 'SJava' ... checking for java... /opt/j2sdk1.4.2_06//bin/java Java VM /opt/j2sdk1.4.2_06//bin/java checking for javah... /opt/j2sdk1.4.2_06//bin/javah Looking in

Re: [R] SJava

2004-11-18 Thread Yasser El-Zein
LD_LIBRARY_PATH does not contain its run-time libraries). On Thu, 18 Nov 2004, Yasser El-Zein wrote: I failed to build SJava dure to teh error below. Any ideas? # R CMD INSTALL -c SJava_0.68-0.tar.gz * Installing *source* package 'SJava' ... checking for java... /opt