DBI package
I'm sure you have a list of things you would like to do. Just in case
you are not aware, let me mention one recent problem I am having with
DBI trying to use the new more strictly enforced modern approach to
Imports/Depends. The DBI function call dbDriver("MySQL") fails in my
package TSMySQL if I list RMySQL in Imports rather than Depends. It
cannot find the function MySQL in RMySQL.
I agree - I solved it by adding RSQLite to the Depends section, but it is only a workaround.
Good point - I added a couple of notes on the issue at https://github.com/r-dbi/DBI/issues/1 Hadley
Chief Scientist, RStudio http://had.co.nz/