The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7488 3082 d 20 h ripley /branches/R-3-4-branch/ baseline for nlme in 3.4.x, starting with 3.1-131  
4590 6956 d 21 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 10 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 12 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 7 h mrmanese /trunk/SQLiteDF/ - fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation
 
3281 7328 d 10 h mrmanese /trunk/SQLiteDF/ - added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes