| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4590 |
6956 d 17 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 |
|
| 3700 |
7264 d 7 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) |
|
| 3446 |
7280 d 7 h |
mrmanese |
/trunk/SQLiteDF/ |
- added symbols SDF_RowNamesSymbol, SDF_DimSymbols, SDF_DimNamesSymbols. SDF
row names is now attached to SDF_RowNamesSymbol ("sdf.row.names")
- added row.names.sqlite.data.frame
- added src/win/opcode.h
- used ScalarLogical(), ScalarInteger(), ...
- removed ";" in All.R
- removed eval()
- made configure, cleanup executable |
|
| 3435 |
7281 d 10 h |
mrmanese |
/trunk/SQLiteDF/ |
- configure file fixes from Prof. Ripley
- added native routines registration |
|
| 3432 |
7282 d 5 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 |
|