search for: ferraria

Displaying 3 results from an estimated 3 matches for "ferraria".

Did you mean: ferrari
2004 Apr 22
0
calling R from java[Scanned]
look at http://www.omegahat.org/download/index.html for my part, i'm working on Window 2000 and got lots of problem in SJava building due to C code compilation... Cheers Bruno -----Message d'origine----- De : anthony.ferrari at ensimag.imag.fr [mailto:ferraria at ensisun.imag.fr] Envoy?? : jeudi 22 avril 2004 15:15 ?? : rossini at u.washington.edu Cc : r-help at stat.math.ethz.ch; anthony.ferrari at ensimag.imag.fr Objet : Re: [R] calling R from java[Scanned] I downloaded it and installed it with all the recommended options. I created the LD_LIBRARY_P...
2004 Apr 21
2
calling R from java
Hello, I need to call R from a java(swing) application. I manage to do it with something like : Process p = Runtime.getRuntime().exec("R --slave") OutputStreanWriter o = new OutputStreamWriter(p.getOutputStream()) o.wrote("...") ... etc but at the end no .Rdata file has been created and there are some data I don't want to reload each time (for time execution reasons).
2004 Mar 16
1
X11 and utils
Hello, I'm a french student working on a project concerning cDNA microarray. I've chosen to work with R and use the marrayClasses, marrayInput (...) packages. First, when I enter "library(marrayInput)", R warns me about a missing package called "utils" but I can't find it anywhere. Normally this package is installed when you install "base" package.