search for: rshowmessag

Displaying 4 results from an estimated 4 matches for "rshowmessag".

Did you mean: rshowmessage
2011 Jan 05
1
rShowMessage "Fatal error: unable to open the base package
Hi All, As you may know I am trying connect R with java by RJava, now I run the examples, I got this error rShowMessage "Fatal error: unable to open the base package I am using 64bits windows 7 and eclipse. Any suggestions? Many thanks Ying [[alternative HTML version deleted]]
2008 May 16
2
Getting JRI/rJava to work
...emos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Error in file.info(lib.loc) : unsupported conversion in 'filenameToWchar' Error in file.exists(name) : unsupported conversion in 'filenameToWchar' rShowMessage "Fatal error: unable to restore saved data in .RData " C:\temp\JRI\examples> ######################################################################## ###################### C:\temp\JRI\examples>which java /cygdrive/c/Program Files/Java/jdk1.6.0_06/bin/java C:\temp\JRI\example...
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
...stem.in)); String s = br.readLine(); return (s == null || s.length() == 0) ? s : s + "\n"; } catch (Exception e) { System.out.println("jriReadConsole exception: " + e.getMessage()); } return null; } public void rShowMessage(Rengine re, String message) { System.out.println("rShowMessage \"" + message + "\""); } public String rChooseFile(Rengine re, int newFile) { FileDialog fd = new FileDialog(new Frame(), (newFile == 0) ? "Select a file" : "Select...
2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...ms.R_Slave = FALSE; RParams.RestoreAction = SA_RESTORE; RParams.SaveAction = SA_NOSAVE; RParams.rhome = get_R_HOME (); RParams.home = getRUser (); RParams.CharacterMode = LinkDLL; // RGui; RParams.ShowMessage = RShowMessage; RParams.ReadConsole = RReadConsoleWin; RParams.WriteConsoleEx = RWriteConsoleEx; RParams.WriteConsole = 0; RParams.CallBack = RDoProcessEvents; RParams.YesNoCancel = RAskYesNoCancel; RParams.Busy = RBusy; // I...