The R Project SVN R-packages

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3419 7284 d 8 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
3397 7290 d 16 h mrmanese /trunk/SQLiteDF/ - added sdflm, as.data.frame.sdf, eval, sdfImportDBI, sdfImportSQLite
- added Requires DBI, biglm in DESCRIPTION
- corrected generic-ized is.list, length (already generic)
- added "begin", "commit" in sdf_create_sdf, rbind, and row ops. absence of
which was the cause of the slowness
- factored out _prepare_attach2() w/c checks the # of attached sqlite db's
and detaches as necessary.
- fixed bug on detecting R character type, STRSXP instead of CHARSXP
- added utility _str_tolower(), file name & line number in _sqlite_error
- override stats::quantile env
- change Makevars to link statically
 
/trunk/SQLiteDF/src/sqlite_external.c
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/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