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
4590 6956 d 19 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
 
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/configure.win
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/tests/tests.R
4160 7095 d 9 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
3700 7264 d 9 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)
 
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/configure.win
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_workspace.c
3507 7274 d 13 h mrmanese /trunk/SQLiteDF/ - added sed script in configure.win to change chmod to ls  
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/configure.win
3432 7282 d 7 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
 
/trunk/SQLiteDF/HACKING
/trunk/SQLiteDF/cleanup
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/configure.win
/trunk/SQLiteDF/man/inameSdf.Rd
/trunk/SQLiteDF/man/sdfImportDBI.Rd
/trunk/SQLiteDF/man/sdfImportSQLite.Rd
/trunk/SQLiteDF/man/sdflm.Rd
/trunk/SQLiteDF/sqlite-3.3.7.tar.gz
/trunk/SQLiteDF/inst
/trunk/SQLiteDF/src/sqlite3.h
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/SQLiteDF.package.Rd
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/tests/tests.R