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
3808 7249 d 8 h mrmanese /trunk/SQLiteDF/ - new sqlite.vector(vec), creates a 1-column sdf from a vector
- sqlite.matrix : dimnames, [, other experimental stuff
- sort.sqlite.vector sorts to a table to the sdf, no more creating a new
 
/trunk/SQLiteDF/TODO
/trunk/SQLiteDF/man/sqlite.vector.Rd
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/sqlite.matrix.Rd
/trunk/SQLiteDF/src/init.c
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_matrix.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/tests/tests.R
3509 7273 d 18 h mrmanese /trunk/SQLiteDF/ - added sqlite.matrix and some of its methods
- fixed print.sqlite.data.frame bug
- added msg when an existing workspace.db is loaded
 
/trunk/SQLiteDF/man/sqlite.matrix.Rd
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/sqlite_matrix.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/tests/tests.R