| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4590 |
6957 d 3 h |
mrmanese |
/trunk/SQLiteDF/ |
- created method _make_row_index(), similar to R that creates an index
vector, so that methods no longer have to consider the type of passed index
- added [<-.sqlite.vector, tests for that
- fix windows, *bsd (mac) build |
|
| 3471 |
7278 d 15 h |
mrmanese |
/trunk/SQLiteDF/ |
- added [], [n], [,] indexing for sdf. added tests for those
- added Prof. Bates print.sqlite.data.frame with modifications,
print.sqlite.vector
- changed inameSdf to return filename too
- changed some Rprintf to error() and warning()
- added doc for rbindSdf
- fixed bug in sort.sqlite.vector
- fixed bug in sdf_get_index, where a new sdf is added to the workspace twice
(one in _create_sdf_skeleton2 and another in sdf_get_index)
- sort() still does not work for 2.3.x (not generic) |
|
| 3324 |
7315 d 17 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 13 h |
mrmanese |
/trunk/SQLiteDF/ |
- fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation |
|
| 3281 |
7328 d 15 h |
mrmanese |
/trunk/SQLiteDF/ |
- added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes |
|