Download REngine-0.6-8.1.jar file - Jar r

Jar examples for r:REngine

Description

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.

You can download jar file REngine 0.6-8.1 in this page.

License

Lesser General Public License, Version 2.0

Build File

You can use the following script to add REngine-0.6-8.1.jar to your project.

<dependency>
   <groupId>net.rforge</groupId>
   <artifactId>REngine</artifactId>
   <version>0.6-8.1</version>
</dependency>
compile group: 'net.rforge', name: 'REngine', version: '0.6-8.1'
libraryDependencies += "net.rforge" % "REngine" % "0.6-8.1"
<dependency org="net.rforge" name="REngine" rev="0.6-8.1"/>
@Grapes(@Grab(group='net.rforge', module='REngine', version='0.6-8.1'))
'net.rforge:REngine:jar:0.6-8.1'

Download

Click the following link to download the jar file.

REngine-0.6-8.1-javadoc.jar
REngine-0.6-8.1-sources.jar
REngine-0.6-8.1.jar
REngine-0.6-8.1.pom



Related Tutorials