Last updated on 2025-04-23 11:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.10 | 21.10 | 23.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.60 | 16.18 | 17.78 | 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 | 4.00 | 42.00 | 46.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 2.14 | 19.77 | 21.91 | 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 | 4.00 | 54.00 | 58.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