Skip to content
/ REngine Public

General Java interface to R supporting multiple back-ends such as JRI and Rserve

License

Notifications You must be signed in to change notification settings

s-u/REngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2457cf6 · Feb 22, 2023
Nov 12, 2020
Jan 23, 2022
Feb 22, 2023
May 10, 2007
Nov 12, 2020
May 4, 2007
Nov 12, 2020
Nov 11, 2014
Jan 4, 2012
Jul 29, 2009
Jul 29, 2009
Jan 4, 2012
May 23, 2014
Jan 4, 2012
Jan 4, 2012
Jul 22, 2008
Jan 5, 2012
Jan 4, 2012
Feb 27, 2008
Jan 4, 2012
Jan 4, 2012
Jan 23, 2022
May 21, 2007
Jan 4, 2012
Jan 4, 2012
Jul 29, 2009
Jul 29, 2009
Sep 4, 2009
Jan 23, 2022
Sep 11, 2009
Oct 27, 2009
Sep 5, 2009
Mar 4, 2014
Oct 27, 2009
Sep 11, 2009
Sep 11, 2009
Oct 27, 2009
Feb 27, 2008
Sep 21, 2009
Mar 24, 2015
Sep 5, 2009
Nov 12, 2020

Repository files navigation

REngine

REngine is a general Java interface to R supporting multiple back-ends such as JRI and Rserve.

It allows Java code to evaluate R expressions, push and pull data. Since it is backend-agnostic, the same code can be used to embed R into a Java process or use a cluster of R servers to perform statisical computations.

The sources can be compiled simply by using

make

Maven is also supported (including unit tests) and can be run using make mvn.pkg. If you want to run mvn by hamd you can do so, but note that the Maven project requires a different directory structure which can be created by calling mkmvn.sh (unix only as it uses symlinks).

REngine Actions Status

About

General Java interface to R supporting multiple back-ends such as JRI and Rserve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published