Wednesday, May 19, 2010

Software Update

In the 100 Essentials, 100 lines of R macros that make my my database interface . All cosmetic, but I did convert the help text into a list so the users can add to it.

And, my database is reverting back to standard time for time series, as in:

> qrl(qm(db)$V1[13],db)
V1 V2 V3
1 2010-05-19 37.9

Where I read a time series from the 13 table in database db. The result is standard Posix time form, rather than my own decimal time format.

No comments: