DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.lucarosellini.rJava : JRIEngine Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9

How to open Javadoc JAR file in web browser

  1. Rename the file JRIEngine-0.9-7-javadoc.jar to JRIEngine-0.9-7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder JRIEngine-0.9-7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "JRIEngine-0.9-7-sources.jar" -d "JRIEngine-0.9-7-javadoc" -subpackages