Displaying 1 result from an estimated 1 matches for "javarcall3".
2005 Jul 27
1
unable to source a .R file using RJava
...--gui-none
# [omegahat->R] source ("/imports/nas1/people/lobrien/dist2.1_rc1/hh/src/r/doNothing.R")
#
# Unexpected Signal : 11 occurred at PC=0xFE0C2B44
# Function=[Unknown. Nearest: JVM_Close+0x6BFC4]
# <snip>
#
# (B) call it via .java file. See JavaRCall3
getData <- function(query,
db.name="csbdev",
user.name="noone",
passwd="pass"){
R <- 2
R
}
.java code to invoke the evaluate method
-----------------------------------------
package com.icoria.rw...