9:30 – 7:00 VISIBILITY
- Dentist this morning
- Testing Dong’s code. It looks good as far as it goes. We need some kind of excel export for the financial info.
- Added a page for PPM req’s (for 2011) : http://www.fgmdev.com/blogs/?page_id=4987
- Somewhat useful tutorial for RServe: http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Drafts/Urbanek.pdf
- Here’s another: http://www.stat.auckland.ac.nz/~iase/publications/17/C340.pdf
- Building a more robust data.frame reader. Done
- It turns out lists can be recursive. I temporarily have the DataFrameReader calling itself, which kind of works but could be better. Fix tomorrow.
- Working my way through getting some basic calculations. There are some issues where if a string is assigned it is not considered a factor (whatever that is…). Unlike in the R interpreter, a factor must be explicitly set (i.e. “menuType <- as.factor(menuType)”)
- Went to the customer site and sat around for two hours.
