The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4590 6957 d 4 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
 
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/configure.win
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/tests/tests.R
3471 7278 d 16 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)
 
/trunk/SQLiteDF/man/rbindSdf.Rd
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/cleanup
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/man/inameSdf.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/init.c
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/tests/tests.R
3324 7315 d 18 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
 
/trunk/SQLiteDF/man/attachSdf.Rd
/trunk/SQLiteDF/man/detachSdf.Rd
/trunk/SQLiteDF/man/dupSdf.Rd
/trunk/SQLiteDF/man/lsSdf.Rd
/trunk/SQLiteDF/man/renameSdf.Rd
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/SQLiteDF.package.Rd
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/tests/tests.R
3282 7328 d 14 h mrmanese /trunk/SQLiteDF/ - fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation
 
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
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
 
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c