korterling / rJava

R to Java interface

Home Page:http://RForge.net/rJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rJava

R/Java interface allowing the use of Java from R as well as embedding R into Java (via JRI)

Please visit the main rJava project page on RForge.net for details.

Installation

Recommended installation of the latest development version is via

install.packages("rJava",,"http://rforge.net")

in R. The RForge.net repository is updated automatically on each commit. On OS X you may need to add type='source'.

Sources

When checking out the sources, you must use

git clone --recursive https://github.com/s-u/rJava.git

since rJava includes REngine as a submodule. If you want to create a package from the source checkout, you must use sh mkdist to do so since the checkout is not the acutal package.

Mailing list and bug reports

Please use stats-rosuda-devel mailing list for questions about rJava and rJava GitHub issues page to report bugs.

About

R to Java interface

http://RForge.net/rJava


Languages

Language:Java 50.6%Language:C 26.7%Language:R 14.1%Language:Shell 4.5%Language:M4 3.2%Language:Makefile 0.7%Language:Perl 0.1%