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
4160 7095 d 20 h mrmanese /trunk/SQLiteDF/ - updated to sqlite-3.3.13
- added R function sdfSelect, added tests for that
- fixes & enhancements on _get_factor_levels1, _get_vector_index_typed_result, etc.
 
/trunk/SQLiteDF/man/sdfSelect.Rd
/trunk/SQLiteDF/sqlite-3.3.13.tar.gz
/trunk/SQLiteDF/src/exports.h
/trunk/SQLiteDF/sqlite-3.3.7.tar.gz
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/cleanup
/trunk/SQLiteDF/configure.win
/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/src/utils.c
/trunk/SQLiteDF/tests/tests.R
3821 7244 d 10 h mrmanese /trunk/SQLiteDF/ - inlined _expand_buf
- fixed sql buffer resizing in sdf_get_index
- added sdflm2
 
/trunk/SQLiteDF/man/sdflm2.Rd
/trunk/SQLiteDF/src/boundedQRf.f
/trunk/SQLiteDF/src/sqlite_biglm.c
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/TODO
/trunk/SQLiteDF/src/init.c
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/utils.c
3808 7249 d 11 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
3471 7278 d 18 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
3435 7281 d 22 h mrmanese /trunk/SQLiteDF/ - configure file fixes from Prof. Ripley
- added native routines registration
 
/trunk/SQLiteDF/src/Makevars.win
/trunk/SQLiteDF/src/init.c
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/src/Makevars.in
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h