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 7525a97 commit 859f906Copy full SHA for 859f906
tests/testthat/test-register.R
@@ -81,6 +81,8 @@ test_that("experimental string handling works", {
81
})
82
83
test_that("can register list of NULL values", {
84
+ skip_if_not_installed("tibble")
85
+
86
con <- dbConnect(duckdb())
87
on.exit(dbDisconnect(con, shutdown = TRUE))
88
df <- tibble::tibble(a = 1:2, b = list(NULL))
0 commit comments