Skip to content

Commit

Permalink
Remove dblog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 16, 2019
1 parent dcabed3 commit d8bbc94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Imports:
testthat (>= 2.0.0),
withr
Suggests:
dblog,
debugme,
devtools,
knitr,
Expand All @@ -41,8 +40,6 @@ Suggests:
RSQLite
VignetteBuilder:
knitr
Remotes:
r-dbi/dblog
Encoding: UTF-8
KeepSource: true
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion vignettes/DBItest.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d8bbc94

Please sign in to comment.