REngine core

Rserve is a TCP/IP server which allows other programs to use facilities of R (see www.r-project.org) from various languages without the need to initialize R or link against R library. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++, PHP and Java. Rserve supports remote connection, authentication and file transfer. Typical use is to integrate R backend for computation of statstical models, plots etc. in other applications.

License

License

GroupId

GroupId

com.github.lucarosellini.rJava
ArtifactId

ArtifactId

REngine
Last Version

Last Version

0.9-7
Release Date

Release Date

Type

Type

jar
Description

Description

REngine core
Rserve is a TCP/IP server which allows other programs to use facilities of R (see www.r-project.org) from various languages without the need to initialize R or link against R library. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++, PHP and Java. Rserve supports remote connection, authentication and file transfer. Typical use is to integrate R backend for computation of statstical models, plots etc. in other applications.
Project URL

Project URL

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

Download REngine

How to add to project

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