RSQLite is an R package conforming to the R DBI interface that allows for interaction with SQLite.

Version 0.9-0 highlights:

* Support for SQLite BLOBs using raw vectors in R

* New memory model for db connections allows for more familiar R semantics and no predefined limit to the number of connections you can have in an R session.

* Upgrade to SQLite 3.6.23.1

* Removed an unnecessary validity check on process ID for the manager handle. This should make use of RSQLite with the multicore package easier.

* RSQLite now depends on R >= 2.10.0

You can read more details about these and other changes here:

   http://cran.r-project.org/web/packages/RSQLite/NEWS


+ seth


--
Seth Falcon | @sfalcon | http://userprimary.net/

_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to