[Rd] Re: Calling R functions from Java

2005-05-02 Thread D0c
Hey guys thanks for the help. I found Rserve to be a solution i can work with. i'll just use the JRClient to connect to Rserve. However i have another problem. How can i get a nice graph from Rserve using JRCLient using the plot() function? Or for that matter a simple summary() of a dataset to be

Re: [Rd] Re: Calling R functions from Java

2005-05-02 Thread Simon Urbanek
On May 2, 2005, at 2:55 AM, D0c wrote: Hey guys thanks for the help. I found Rserve to be a solution i can work with. i'll just use the JRClient to connect to Rserve. However i have another problem. How can i get a nice graph from Rserve using JRCLient using the plot() function? There are

[Rd] Revised scatter.smooth using xy.coords

2005-05-02 Thread kwright
This started when I discovered that scatter.smooth (R 2.1.0) has an undocumented ability to use a formula as the first argument. Then I discovered the xy.coords function, which seems like a natural fit and a way to unify scatter.smooth with other plotting functions, so I offer here a revised

Re: [Rd] MacOS X 10.4 build problem

2005-05-02 Thread Bill Northcott
On 02/05/2005, at 10:50 PM, Simon Urbanek wrote: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Users/billn/Public/R/ R-2.1.0/build/library/grDevices/libs/grDevices.so': dlopen(/Users/billn/Public/R/R-2.1.0/build/library/grDevices/

Re: [Rd] MacOS X 10.4 build problem

2005-05-02 Thread Bill Northcott
On 02/05/2005, at 10:50 PM, Simon Urbanek wrote: It's a problem in your library setup. Your /usr/local/lib/ libJPEG.dylib conflicts with the system libJPEG.dylib from ImageIO framework (which is in /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/

[Rd] Font size in Mac OS X console won't stick (PR#7830)

2005-05-02 Thread tim . sears
On Mac OS X, the console keeps changing the font size back to a small size after I increase it. Also hitting command-shift-+ shrinks the font at first. It only increases it after you hit command-minus once. Also the command bug.report doesn't work properly if I copy/paste the example from the

Re: [Rd] Re: Calling R functions from Java

2005-05-02 Thread D0c
Thanks Simon, say i was to use JRI / SJava instead, could you give some examples of how i would implement showing a plot() in java on a windows machine? On 5/2/05, Simon Urbanek [EMAIL PROTECTED] wrote: On May 2, 2005, at 2:55 AM, D0c wrote: Hey guys thanks for the help. I found Rserve to

[Rd] memory problem

2005-05-02 Thread Jared.O'Connell
Hello! I am undertaking my first attempt at using compiled C code within R and have run into this lovely problem when I call my C code (using .C). The instruction at 0x10001d1b referenced memory at 0x01fa2000. The memory could not be written. Now this doesn't happen every time and