Displaying 1 result from an estimated 1 matches for "gagglershel".
Did you mean:
gagglershell
2012 Oct 19
2
Mac and Windows binaries of rJava broken for R-devel?
Hi,
Here is a problem we see with the Mac and Windows binaries of
rJava (0.9-3) currently available on CRAN for R-devel (i.e. under
bin/macosx/leopard/contrib/2.16/ and bin/windows/contrib/2.16/):
> library(rJava)
> .jinit("gaggle/inst/jars/gaggleRShell.jar")
Error in .Call("R_do_new_object", ClassDef, PACKAGE = "base") :
"R_do_new_object" not available for .Call() for package "base"
The same code works fine with R-devel on Linux and the same version
of rJava, or with R-2.15 on all platforms a...