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
3432 7282 d 17 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
3324 7315 d 19 h mrmanese /trunk/SQLiteDF/ - added documentation
- finished Summary group, cummulative stuffs in Math group for sqlite.vector
- revised tests to use stop()
- started rbind for data frames
 
/trunk/SQLiteDF/man/attachSdf.Rd
/trunk/SQLiteDF/man/detachSdf.Rd
/trunk/SQLiteDF/man/dupSdf.Rd
/trunk/SQLiteDF/man/lsSdf.Rd
/trunk/SQLiteDF/man/renameSdf.Rd
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/SQLiteDF.package.Rd
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/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
/trunk/SQLiteDF/tests/tests.R
3251 7336 d 20 h mrmanese /trunk/SQLiteDF/ initial. don't expect much from this.  
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/inst
/trunk/SQLiteDF/inst/sqlite
/trunk/SQLiteDF/inst/sqlite/libsqlite3.a
/trunk/SQLiteDF/inst/sqlite/libsqlite3.la
/trunk/SQLiteDF/man
/trunk/SQLiteDF/man/SQLiteDF.package.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/src/Makevars.in
/trunk/SQLiteDF/src/sqlite3.h
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_workspace.c