Skip to content

new version of RSQLite 0.7-0 on CRAN

1 message · Seth Falcon

#
Hello all,

RSQLite 0.7-0 has been uploaded to CRAN.  The primary change in this
version is that the included SQLite has been upgraded to SQLite 3.6.0.
The new SQLite has a new feature, R-Trees, that can be used to
optimize range queries.  The included SQLite has the R-Tree feature
turned on (it is a compile time flag).  For details, see
http://www.sqlite.org/rtree.html.

As SQLite 3.6.1 was released a few weeks ago, I plan to incorporate
this minor update in the next week or so.

+ seth