Version 0.4-1 of the RSQLite package has been uploaded to CRAN.
RSQLite embeds the SQLite engine in R (see http://www.sqlite.org)
Changes include:
* Fixed problems exporting/importing NA's
* An new experimental dbWriteTable() method to create SQLite tables
from simple files (delimited unquoted fields), e.g.,
> dbWriteTable(con, "table_name", "file_name", ...)
> methods?dbWriteTable ## see documentation for details
* dbConnect() now accepts values for the "cache_size" and
"synchronous"
to tune/improve SQLite performance (see methods?dbConnect for details).
Thanks to Seth Falcon, Ronggui Huang, and Charles Loboz for their
patches, suggestions, bug reports and testing.
--
David
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages