We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aa49b commit 7525a97Copy full SHA for 7525a97
tests/testthat/test-list.R
@@ -29,6 +29,7 @@ test_that("one-level lists can be read", {
29
30
test_that("rel_filter() handles LIST logical type", {
31
skip_if_not(getRversion() >= "4.3.0")
32
+ skip_if_not_installed("tibble")
33
34
con <- dbConnect(duckdb())
35
on.exit(dbDisconnect(con, shutdown = TRUE))
0 commit comments