diff --git a/DESCRIPTION b/DESCRIPTION index c9f7d0037..5c8a3d91d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,7 +32,6 @@ Imports: testthat (>= 2.0.0), withr Suggests: - dblog, debugme, devtools, knitr, @@ -41,8 +40,6 @@ Suggests: RSQLite VignetteBuilder: knitr -Remotes: - r-dbi/dblog Encoding: UTF-8 KeepSource: true LazyData: true diff --git a/vignettes/DBItest.Rmd b/vignettes/DBItest.Rmd index a6fdeab65..5e26edbef 100644 --- a/vignettes/DBItest.Rmd +++ b/vignettes/DBItest.Rmd @@ -172,7 +172,7 @@ One way to scout for the reason of the problem is to review the sources of DBIte Alternatively, the new experimental [dblog package](https://github.com/r-dbi/dblog) helps by printing the DBI code that is executed as the tests are run. For this, use a driver constructed by `dblog::dblog()` to display DBI code interspersed with testthat output. -```{r log, eval = rlang::is_installed("dblog")} +```r drv <- dblog::dblog(RSQLite::SQLite()) invisible(make_context(