Skip to content
Back to formatted view

Raw Message

Message-ID: <1B6A26B0-3CD6-4B65-8A0E-FE780D06B231@r-project.org>
Date: 2006-07-07T13:52:40Z
From: Simon Urbanek
Subject: Call R function from Java
In-Reply-To: <20060707125037.77447.qmail@web53104.mail.yahoo.com>

On Jul 7, 2006, at 8:50 AM, zana adeb wrote:

> Dear All,
>
>   I need to call R functions from Java, I've read on the internet  
> about JRI but there are no exemples, neither tutorials.

There are some basic examples in JRI/examples


>   I'm beginner in Java and in R,
>

JRI is a low-level interface, so may need to learn more about R.  
However, the experimental JRI 0.3 is getting some higher-level API  
and is available from http://www.rosuda.org/R/nightly/

Cheers,
Simon