Hi MS,
Thanks for the suggestion, but still no luck.
R-2.15.2 is my only installation of R. But, I uninstalled and re-installed R anyway, just to check. I also re-ran RSetReg.exe. No luck. Do you have other ideas? My JMP log is below.
//:*/
Get Environment Variable( "R_HOME" );
/*:
""
//:*/
R Init();
R Submit( "
x <- 1:5
x
" );
R Term();
/*:
An installation of R cannot be found on this system. JMP R support requires R version 2.9.1 or higher in access or evaluation of 'Glue' , R Init();
R Submit( "
x <- 1:5
x
" );
R Term();
In the following script, error marked by /*###*/
R Init(); /*###*/R Submit( "
x <- 1:5
x
" ); /*###*/R Term() /*###*/;