The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4590 6956 d 23 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
 
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.
 
3700 7264 d 13 h mrmanese /trunk/SQLiteDF/ - fixed linux configure script (add #include <unistd> in src/SQLite/tool/lemon.c)
- removed warnings, errors in configure.win (sh again, "uninitialized" vars)
 
3507 7274 d 17 h mrmanese /trunk/SQLiteDF/ - added sed script in configure.win to change chmod to ls  
3432 7282 d 11 h mrmanese /trunk/SQLiteDF/ - added configure files from Prof. Ripley
- added documentations for inameSDF, sdfImportSQLite, sdfImportDBI, sdflm.
- added HACKING notes
- added list of functions known to work in SQLiteDF.package.Rd
- changed sqlite_vector accumulator to long double, fixed the accuracy problem

2006-08-18 Douglas Bates <bates@R-project.org>
* R/All.R (with.sqlite.data.frame, summary.sqlite.vector,
as.logical.sqlite.vector, as.integer.sqlite.vector,
as.double.sqlite.vector): Modify calling sequence of S3 methods to
correspond to generic.
* man/sqlite.data.frame.Rd: add keywords