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
4798 6874 d 23 h mrmanese /trunk/SQLiteDF/ - fixed for R 2.6.0+ and devel: CHAR_ELT() now returns const char*, removed  
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/src/Makevars.in
/trunk/SQLiteDF/src/sqlite_biglm.c
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_external.c
/trunk/SQLiteDF/src/sqlite_matrix.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
4160 7095 d 13 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
3808 7249 d 4 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
3684 7265 d 14 h mrmanese /trunk/SQLiteDF/ - moved default data dir to ./.SQLiteDF
- "generalized" sqlite vector, in that any table column can be used as an
sqlite.vector (previously, only columns of table sdf_data)
- fixed sqlite.matrix rownames
 
/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_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_external.c
/trunk/SQLiteDF/src/sqlite_matrix.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/tests/tests.R
3509 7273 d 14 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
3419 7284 d 3 h mrmanese /trunk/SQLiteDF/ - fix on USE_SDF1 bug, when a function uses 2 sdf's the 1st may be unloaded
because of low use count
- fix on transactions
- started implementing sqlite.matrix
- commented out parts of the test that fails due to "minor technicalities" (precision, NA). will test them again...
- summary works, almost the same as original df except for NA handling
 
/trunk/SQLiteDF/src/sqlite_matrix.c
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_external.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/tests/tests.R