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
3435 7281 d 17 h mrmanese /trunk/SQLiteDF/ - configure file fixes from Prof. Ripley
- added native routines registration
 
/trunk/SQLiteDF/src/Makevars.win
/trunk/SQLiteDF/src/init.c
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/configure
/trunk/SQLiteDF/src/Makevars.in
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
3434 7281 d 19 h mrmanese /trunk/SQLiteDF/ - added docs in HACKING
- fixed latex error on sqlite.data.frame.Rd
- changed configure to copy libsqlite3.la to SQLite/ (like configure.win)
- finished Ops (%%, %/%), and Math (round, signif, log)
- fixed bug on operand order for Ops
- added test cases
 
/trunk/SQLiteDF/src/Makevars.win
/trunk/SQLiteDF/ChangeLog
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/HACKING
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/Makevars
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/tests/tests.R
3432 7282 d 12 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
3397 7290 d 13 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
3307 7322 d 15 h mrmanese /trunk/SQLiteDF/ - moved libsqlite3.* to inst/sqlite/linux, added inst/sqlite/win to have
sqlite windows static dll
- change libsqlite3.a to have 31 max attach-ed db's
- most of Math.sqlite.vector is working already
- fixed sdf_attach_sdf
- factored out creation of sdf in _create_sdf_skeleton2
- added dupSdf, renameSdf
 
/trunk/SQLiteDF/inst/sqlite/linux
/trunk/SQLiteDF/inst/sqlite/linux/libsqlite3.a
/trunk/SQLiteDF/inst/sqlite/linux/libsqlite3.la
/trunk/SQLiteDF/inst/sqlite/win
/trunk/SQLiteDF/inst/sqlite/libsqlite3.a
/trunk/SQLiteDF/inst/sqlite/libsqlite3.la
/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
3281 7328 d 13 h mrmanese /trunk/SQLiteDF/ - added row.names support for sdf
- -pedantic cleanups
- fixes by Prof. Bates: duplicate include & sqlite3_stmt mis-declaration
- minor fixes
 
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/DESCRIPTION
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/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
3251 7336 d 16 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