[Rd] Call R function from Java
Simon Urbanek
simon.urbanek at r-project.org
Fri Jul 7 21:38:28 CEST 2006
On Jul 7, 2006, at 2:05 PM, Vincent Yau wrote:
> Simon:
>
> Would JRI able to also invoke stuff from R packages that I have
> installed?
> (e.g Bioconductor)
>
Of course. JRI starts the same R as the RGUI or R console. R is run
as one thread in your Java application. Depending on the platform,
packages or libraries that assume to be run in a single-threaded
environment may cause problems, but I haven't see such examples in
practice (yet?).
Cheers,
Simon
More information about the R-devel
mailing list