hannes / renjin-dbi

DBI interface and various database interfaces for Renjn
MIT License
2 stars 4 forks source link

Simulating "depends" #1

Open hadley opened 9 years ago

hadley commented 9 years ago

e.g. .onLoad <- function(libname, pkgname) library(DBI)

FWIW, the next versions of RSQLite etc will only import DBI, not depend on it.

mjkallen commented 9 years ago

So @hadley, you are essentially warning us that we are attaching these libraries to the search path whereas future versions of the packages will not do so?

hadley commented 9 years ago

You shouldn't need to attach DBI in order for it to work - it doesn't really matter from the perspective of DBI, but it's better practice