jar

com.github.lucarosellini.rJava : JRIEngine

Maven & Gradle

Dec 18, 2014

JRI core · JRI is a Java/R Interface, which allows to run R inside Java applications as a single thread. Basically it loads R dynamic library into Java and provides a Java API to R functionality. It supports both simple calls to R functions and a full running REPL.

Table Of Contents

Latest Version

Download com.github.lucarosellini.rJava : JRIEngine JAR file - Latest Versions:

All Versions

Download com.github.lucarosellini.rJava : JRIEngine JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window JRIEngine-0.9-7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.rosuda.REngine.JRI

├─ org.rosuda.REngine.JRI.JRIEngine.class - [JAR]

org.rosuda.JRI

├─ org.rosuda.JRI.Mutex.class - [JAR]

├─ org.rosuda.JRI.RBool.class - [JAR]

├─ org.rosuda.JRI.RConsoleOutputStream.class - [JAR]

├─ org.rosuda.JRI.REXP.class - [JAR]

├─ org.rosuda.JRI.RFactor.class - [JAR]

├─ org.rosuda.JRI.RList.class - [JAR]

├─ org.rosuda.JRI.RMainLoopCallbacks.class - [JAR]

├─ org.rosuda.JRI.RVector.class - [JAR]

├─ org.rosuda.JRI.Rengine.class - [JAR]