zhedar / JCommandR

Java interface for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JCommandR

This is an old university project with the goal to create a simple bridge between the Java language and R.
Existing interfaces like rJava had insufficiences at that time, mostly like requiring DLL dependencies.

The project was designed with extensibility in mind, so that various implementations of the actual conversation between R and Java are possible. We orginally thought of socket or simple CLI communication and implemented the latter in a very simple way, which works but can of no means be considered stable.

About

Java interface for R

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%