First start Rserve with "R CMD Rserve". Then start the console server by running "Run_Consoleout_Test.java" as Java application.
Starting Rserve: - R CMD Rserve - R CMD Rserve.dbg
Connect to R with:
out <- socketConnection(host="localhost", 1235); sink(out, type=c("output", "message"), split=TRUE);
Public Member Functions | |
| void | testConnect () |
| Test basic connection to localhost. | |
| void | testConsoleServer () |
| Test output with socket server. | |
1.4.6