Displaying 1 result from an estimated 1 matches for "rinterpet".
Did you mean:
interpet
2004 Jun 13
0
SJava Help
...like this:
import org.omegahat.R.Java.*;
public class Test {
public static void main(String[] args) {
ROmegahatInterpreter interp = new
ROmegahatInterpreter(ROmegahatInterpreter.fixArgs(args), flase);
}
}
The class compiles fine but when I run it I get the following output:
Loading RInterpeter library
R_HOME: R_HOME=C:/Program Files/R/rw1090
RVersion: R_VERSION=1.6.1
Then I get a windows popup error saying:
Fatal error: unable to open the base package
Why does the R version display as 1.6.1? I traced through the code as well
as I could and the problem seems to occur when ROmegahat...