Last updated on 2025-09-14 07:51:00 CEST.
Package | ERROR | OK |
---|---|---|
duckspatial | 1 | 12 |
forestdata | 13 | |
OTBsegm | 13 | |
rpostgis | 13 | |
silviculture | 13 |
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13