-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello,
I am developing a package to work with the spatial extension called duckspatial.
When the examples are run in <r-devel-linux-x86_64-fedora-clang> I get these check results, suggesting that R aborts after running:
DBI::dbExecute(conn, "LOAD spatial;")
Indeed, I tried the code in the REPREX and fails. Do you know if there's some incompatibility with this operating system, or any clue why this is failing?
REPREX in <r-devel-linux-x86_64-fedora-clang>
## load package
library(duckdb)
## connect to in memory database
conn <- dbConnect(duckdb::duckdb())
## install extension in <r-devel-linux-x86_64-fedora-clang>
dbExecute(conn, "LOAD spatial;")
Metadata
Metadata
Assignees
Labels
No labels