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.

License

License

GroupId

GroupId

com.github.lucarosellini.rJava
ArtifactId

ArtifactId

JRI
Last Version

Last Version

0.9-7
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.rforge.net/JRI/index.html

Download JRI

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lucarosellini.rJava/JRI/ -->
<dependency>
    <groupId>com.github.lucarosellini.rJava</groupId>
    <artifactId>JRI</artifactId>
    <version>0.9-7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucarosellini.rJava/JRI/
implementation 'com.github.lucarosellini.rJava:JRI:0.9-7'
// https://jarcasting.com/artifacts/com.github.lucarosellini.rJava/JRI/
implementation ("com.github.lucarosellini.rJava:JRI:0.9-7")
'com.github.lucarosellini.rJava:JRI:jar:0.9-7'
<dependency org="com.github.lucarosellini.rJava" name="JRI" rev="0.9-7">
  <artifact name="JRI" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucarosellini.rJava', module='JRI', version='0.9-7')
)
libraryDependencies += "com.github.lucarosellini.rJava" % "JRI" % "0.9-7"
[com.github.lucarosellini.rJava/JRI "0.9-7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.9-7