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

rJava

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

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/rJava/trunk rJava

To install the latest development snapshot of this package, use

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

To list branches use

svn ls svn://svn.rforge.net/rJava/branches
and for tags use
svn ls svn://svn.rforge.net/rJava/tags

Most recent SVN commits


r315 | urbanek | 2008-05-20 14:35:50 -0400 (Tue, 20 May 2008) | 1 line
   M trunk/src/init.c
disable JVM hooks on Windows by default

r314 | urbanek | 2007-12-15 19:52:10 -0500 (Sat, 15 Dec 2007) | 1 line
   M trunk/src/Makevars.in
   M trunk/src/init.c
declare init_rJava in time

r313 | urbanek | 2007-11-05 11:18:44 -0500 (Mon, 05 Nov 2007) | 1 line
   M trunk/NEWS
   A trunk/R/serialize.R
   M trunk/src/Rglue.c
   M trunk/src/rJava.h
0.5-2 devel - added serialization API and raw support in method calls

r312 | urbanek | 2007-11-05 10:49:59 -0500 (Mon, 05 Nov 2007) | 1 line
   M trunk/NEWS
0.5-1 release

r311 | urbanek | 2007-11-05 10:46:48 -0500 (Mon, 05 Nov 2007) | 1 line
   M trunk/NEWS
   M trunk/src/Makevars.win
   M trunk/src/init.c
fix crash in Windows when Java calls the vfprintf hook

r310 | urbanek | 2007-10-24 17:26:56 -0400 (Wed, 24 Oct 2007) | 1 line
   M trunk/src/fields.c
fix potential ambiguity

r309 | urbanek | 2007-10-24 17:22:50 -0400 (Wed, 24 Oct 2007) | 1 line
   M trunk/NEWS
   M trunk/src/java/RJavaClassLoader$UnixFile.class
   M trunk/src/java/RJavaClassLoader.class
   M trunk/src/java/RJavaClassLoader.java
add support for r.arch which allows JRI to place the native binary in the corresponding arch subdirectory

r308 | urbanek | 2007-09-04 09:53:53 -0400 (Tue, 04 Sep 2007) | 1 line
   M trunk/configure
   M trunk/configure.ac
   M trunk/src/rJava.h
fix Java environment checks and make them more specific about the error