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 ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel