Phil 3.3.11

7:30 – 5:30 VISIBILITY

  • Had a thought about getting data out of R. In the same way that I’m writing pix out to files that will then  be read.
    • Tried it, but no luck. It appears that the output from RServe is not considered redirectable
  • Went looking for more hints and found this in the RServe FAQ:
    • String s=c.eval(“paste(capture.output(print(summary(mymodel))),collapse=’\n’)”).asString();
    • And that seems to work nicely. The moral of the story seems to be “Find a way to get R to do the work”
  • Starting on the RemoteObject – should be mostly finished
  • Started RFlexClient
  • Accessing the setupModel.xml file
  • Having some problems getting the message broker. Found a redundant entry in the remoting-config.xml file. That, plus a recompile, redeploy seems to have fixed it.
  • Connected to the RemoteObject! Time to make some fancy widgets 🙂

7:30 – 3:30 VISIBILITY (3.4.11)

  • Hoping to deploy new PPM today, and that there will be no mysterious 502 error message…
  • Starting on some test statistical widgets to try out the remote object methods
  • Deploy went well. Nearly there
  • The queries are SLOW. Wondering if it has something to do with getting the RConnection. Going to try bouncing back the request on Monday (Depending on the stove delivery…)