rJava - Low-level R to Java interface
RForge.net

rJava

About rJava
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/rJava.git rJava
see also rJava GitHub repository.

To install the latest development snapshot of this package, use

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

Binaries (if avalable) can be installed using

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

Most recent GIT commits


77399f0a| Simon Urbanek | Wed Nov 29 15:13:11 2023 +1300
documentation fixes
 M       man/javaImport.Rd
 M       man/jcall.Rd
 M       man/jnull.Rd

fb6730e6| Simon Urbanek | Wed Nov 29 15:12:22 2023 +1300
fix error format
 M       src/init.c

00e85790| Simon Urbanek | Wed Nov 29 15:03:35 2023 +1300
bump version to 1.0-10
 M       src/rJava.h

ba188d25| Simon Urbanek | Tue Nov 28 12:29:51 2023 +1300
replace sprintf with snprintf
 M       jri/src/Rinit.c
 M       src/init.c

43431b08| Simon Urbanek | Tue Nov 28 11:50:44 2023 +1300
update NEWS
 M       NEWS