hello,
if i load the RSQLite package in addition to the RPostgreSQL package,
i get various errors when trying to use RPostgreSQL functions. here is
an example transcript showing one such error:
==========================================================
R version 2.15.0 (2012-03-30)
[...]
packageVersion('RPostgreSQL')
[1] 0.3.2
packageVersion('RSQLite')
[1] 0.11.1
library(RPostgreSQL)
Loading required package: DBI
dbDriver('PostgreSQL')
<PostgreSQLDriver:(32540)>
library(RSQLite)
dbDriver('PostgreSQL')
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "show", for signature "PostgreSQLDriver"
==========================================================
below is the output of showMethods('show') in two scenarios:
(1) RPostgreSQL loaded, RSQLite not loaded;
(2) RPostgreSQL loaded, RSQLite loaded (in that order).
i'd be grateful for any help resolving or working around this issue.
if possible, please include my email address in any reply.
best
jon mcauliffe
jon at mcauliffe.com
(1)