Java/R Interface (JRI)
问题 I want to call some R code from within Java, on a Linux machine that has R installed already, so the Java/R Interface (JRI) is needed. However, I am not sure how to go about this. The JRI homepage says that the package is bundled in rJava. So, I downloaded rJava-0.9.3.tar.gz from the rJava Files section, and unzipped it, getting (among other things) a lot of Java source files (and their corresponding classes) in the src/java folder, plus 2 JARs (JRIEngine.jar and REngine.jar) in the inst/jri