Last updated on 2025-04-26 20:50:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.08 | 21.05 | 23.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.39 | 16.22 | 17.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 37.77 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 34.15 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 3.00 | 42.00 | 45.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 2.22 | 19.91 | 22.13 | OK | |
r-release-linux-x86_64 | 0.1.0 | 1.84 | 19.72 | 21.56 | OK | |
r-release-macos-arm64 | 0.1.0 | 17.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 26.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 3.00 | 43.00 | 46.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 32.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 45.00 | 49.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘duckspatial-Ex.R’ failed
The error most likely occurred in:
> ### Name: ddbs_load
> ### Title: Loads the Spatial extension
> ### Aliases: ddbs_load
>
> ### ** Examples
>
> ## load packages
> library(duckdb)
Loading required package: DBI
> library(duckspatial)
>
> ## connect to in memory database
> conn <- dbConnect(duckdb::duckdb())
>
> ## install the spatial exntesion
> ddbs_install(conn)
ℹ spatial extension version <2905968> is already installed in this database
> ddbs_load(conn)
*** caught segfault ***
address (nil), cause 'unknown'
Traceback:
1: rethrow_rapi_execute(res@stmt_lst$ref, res@arrow, res@connection@bigint == "integer64")
2: duckdb_execute(res)
3: duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow)
4: .local(conn, statement, ...)
5: dbSendQuery(conn, statement, ...)
6: dbSendQuery(conn, statement, ...)
7: dbSendStatement(conn, statement, ...)
8: dbSendStatement(conn, statement, ...)
9: DBI::dbExecute(conn, "LOAD spatial;")
10: DBI::dbExecute(conn, "LOAD spatial;")
11: withCallingHandlers(expr, message = function(c) if (inherits(c, classes)) tryInvokeRestart("muffleMessage"))
12: suppressMessages(DBI::dbExecute(conn, "LOAD spatial;"))
13: ddbs_load(conn)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-linux-x86_64-fedora-clang
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.