Skip to content

vpinna80/rJava

This branch is 135 commits behind s-u/rJava:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f14b3a · Aug 7, 2020
May 19, 2020
Aug 7, 2020
May 19, 2020
Jul 6, 2020
Mar 22, 2020
May 19, 2020
Jan 2, 2014
Jan 29, 2016
Jul 27, 2015
Jul 6, 2020
May 14, 2018
May 19, 2020
May 19, 2020
Oct 18, 2010
May 19, 2020
Jul 28, 2004

Repository files navigation

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 actual R package but a source to generate one (which involves compilation of Java code).

Bug reports

Please use rJava GitHub issues page to report bugs.

About

R to Java interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.1%
  • C 27.3%
  • R 13.9%
  • Shell 4.5%
  • M4 3.4%
  • Makefile 0.7%
  • Perl 0.1%