Skip to content

loading spatial extension fails in fedora-clang #1107

@Cidree

Description

@Cidree

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions