Last updated on 2025-09-13 12:49:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.21 | 27.52 | 29.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.69 | 19.50 | 21.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 38.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 39.39 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 4.00 | 44.00 | 48.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 2.40 | 21.61 | 24.01 | OK | |
r-release-linux-x86_64 | 0.2.0 | 1.82 | 21.57 | 23.39 | OK | |
r-release-macos-arm64 | 0.2.0 | 18.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 27.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 4.00 | 44.00 | 48.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 22.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 31.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 4.00 | 47.00 | 51.00 | ERROR |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'duckspatial-Ex.R' failed
The error most likely occurred in:
> ### Name: ddbs_install
> ### Title: Checks and installs the Spatial extension
> ### Aliases: ddbs_install
>
> ### ** 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)
Error: rapi_execute: Invalid Error: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/f40ac6e565/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 403)
Extension "spatial" is an existing extension.
For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting/?version=f40ac6e565&platform=windows_amd64_mingw&extension=spatial (error_type: INVALID; raw_message: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/f40ac6e565/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 403)
Extension "spatial" is an existing extension.
For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting/?version=f40ac6e565&platform=windows_amd64_mingw&extension=spatial; : )
Execution halted
Flavor: r-oldrel-windows-x86_64