Last updated on 2025-10-31 07:51:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.96 | 24.24 | 26.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.71 | 19.62 | 21.33 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 37.21 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 36.60 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 4.00 | 44.00 | 48.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 2.33 | 21.52 | 23.85 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 2.04 | 21.71 | 23.75 | OK | |
| r-release-macos-arm64 | 0.2.0 | 1.00 | 17.00 | 18.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 2.00 | 25.00 | 27.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 4.00 | 45.00 | 49.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 6.00 | 51.00 | 57.00 | OK | 
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/v1.4.0/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 404)
  Extension "spatial" is an existing extension.
  
  For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting?version=v1.4.0&platform=windows_amd64_mingw&extension=spatial (error_type: INVALID; raw_message: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/v1.4.0/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 404)
  Extension "spatial" is an existing extension.
  
  For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting?version=v1.4.0&platform=windows_amd64_mingw&extension=spatial; : )
  Execution halted
Flavor: r-devel-windows-x86_64