diff -uPNr withr.orig/DESCRIPTION withr/DESCRIPTION --- withr.orig/DESCRIPTION 2017-11-01 11:52:18.000000000 -0400 +++ withr/DESCRIPTION 2017-11-15 22:29:48.532835328 -0500 @@ -19,8 +19,8 @@ Depends: R (>= 3.0.2) License: GPL (>= 2) LazyData: true -Imports: stats, lattice, graphics, grDevices -Suggests: testthat, covr, DBI, RSQLite, methods +Imports: stats, graphics, grDevices +Suggests: testthat, covr, lattice, DBI, RSQLite, methods RoxygenNote: 6.0.1 Collate: 'local_.R' 'with_.R' 'collate.R' 'connection.R' 'db.R' 'defer.R' 'wrap.R' 'devices.R' 'dir.R' 'env.R' 'libpaths.R'