| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 3434 |
7281 d 22 h |
mrmanese |
/trunk/SQLiteDF/ |
- added docs in HACKING
- fixed latex error on sqlite.data.frame.Rd
- changed configure to copy libsqlite3.la to SQLite/ (like configure.win)
- finished Ops (%%, %/%), and Math (round, signif, log)
- fixed bug on operand order for Ops
- added test cases |
|
| 3358 |
7300 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
- added methods is.list and as.list to sdf's. lapply (sapply) now works
- rbind(sdf, df) works, however no "labeled" rbind
- finished Op group (%% & %/% implemented wrongly for now...)
- with.sqlite.data.frame is already working
- sort.sqlite.vector() is working
- renamed USE_SDF to USE_SDF1, restricted it to only use buf1 and below.
there was something affected by this, which calls USE_SDF twice (initially
i thought it would only be used on top of funcs, so using all buffers is
ok. if you use it in the middle of the func, it would overwrite all buffers).
- fixed sdf_get_row_count, _create_svector1 (renamed from *2, added ordered),
renamed _create_sdf_skeleton2 to skeleton1 because it uses USE_SDF1,
changed _get_row_count2 to have quoted and non-quoted option
- added tests |
|
| 3324 |
7315 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
- added documentation
- finished Summary group, cummulative stuffs in Math group for sqlite.vector
- revised tests to use stop()
- started rbind for data frames |
|
| 3282 |
7328 d 14 h |
mrmanese |
/trunk/SQLiteDF/ |
- fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation |
|
| 3281 |
7328 d 17 h |
mrmanese |
/trunk/SQLiteDF/ |
- added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes |
|
| 3251 |
7336 d 19 h |
mrmanese |
/trunk/SQLiteDF/ |
initial. don't expect much from this. |
|