filehash icon indicating copy to clipboard operation
filehash copied to clipboard

conflicts with DBI

Open ggrothendieck opened this issue 8 years ago • 0 comments

dbFetch conflicts with the generic dbFetch in DBI. For example, try this (or the same in reverse order):

library(filehash)
library(RSQLite)

Perhaps DBI could be imported and filehash's dbFetch made a method of DBI's generic.

ggrothendieck avatar Feb 17 '17 00:02 ggrothendieck