Nothing
skip_on_cran()
skip_on_os(c("windows"))
test_that("duckdb extensions are in a R specific directory", {
con <- local_con(config = list('allow_unsigned_extensions' = 'true'))
expect_error(dbExecute(con, "LOAD 'bogus'"), regexp = ".*R/duckdb/extensions/.*/bogus.duckdb_extension.*\" not found.")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.