Skip to content
Prev 296 / 1559 Next

DBI+RSQLite NAMESPACE problem

Herve Pages <hpages at fhcrc.org> writes:
After some discussion, I think the best answer is: don't do it like
that.  Instead, create a driver instance directly:

    drv <- SQLite()

This avoid any name space confusion.

At the same time, this prompted a closer look at the recently added
NAMESPACE files and I found some things that need fixing.  After a bit
more testing I will be pushing out updates for DBI and RSQLite.  It
remains to be seen whether these fixes would resolve this particular
issue or not.

+ seth