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
3308 7323 d 5 h mrmanese /trunk/SQLiteDF/ - added windows dll's, Makevar.win. windows dll still has the default 10 max
attached db
- added USE_SDF, w/c does the juggling of which db to be attached
 
/trunk/SQLiteDF/inst/sqlite/win/libsqlite3.a
/trunk/SQLiteDF/inst/sqlite/win/sqlite3.def
/trunk/SQLiteDF/inst/sqlite/win/sqlite3.dll
/trunk/SQLiteDF/src/Makevars.win
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
3307 7323 d 5 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
3284 7328 d 3 h mrmanese /trunk/SQLiteDF/ - Added test script
- Fixed compile error for Ubuntu dapper (?), as tested by Mr. Medri.
 
/trunk/SQLiteDF/tests
/trunk/SQLiteDF/tests/tests.R
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/utils.c
3282 7329 d 0 h mrmanese /trunk/SQLiteDF/ - fixed lots of monstrous bugs introduced by refactoring stuffs
- fixed R CMD check errors on documentation
 
/trunk/SQLiteDF/man/getSdf.Rd
/trunk/SQLiteDF/man/sqlite.data.frame.Rd
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/sqlite_workspace.c
/trunk/SQLiteDF/src/utils.c
3281 7329 d 3 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
3255 7336 d 2 h mrmanese /trunk/SQLiteDF/ submit 2
- added sqlite.vector, its indexers, length and conversion to ordinary vec
- indexers for sqlite.data.frame: [, [[, $
- attachSdf, detachSdf
 
/trunk/SQLiteDF/src/sqlite_dataframe.h
/trunk/SQLiteDF/src/sqlite_vector.c
/trunk/SQLiteDF/src/utils.c
/trunk/SQLiteDF/NAMESPACE
/trunk/SQLiteDF/R/All.R
/trunk/SQLiteDF/src/sqlite3.h
/trunk/SQLiteDF/src/sqlite_dataframe.c
/trunk/SQLiteDF/src/sqlite_workspace.c