filehash
filehash copied to clipboard
conflicts with DBI
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.