Last updated on 2025-07-18 08:50:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.22 | 24.00 | 26.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.39 | 19.21 | 20.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 37.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 36.96 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 4.00 | 45.00 | 49.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 2.16 | 20.32 | 22.48 | OK | |
r-release-linux-x86_64 | 0.2.0 | 2.03 | 20.35 | 22.38 | 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 | 46.00 | 50.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 | 5.00 | 51.00 | 56.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: Failed to run query
Error: IO Error: Failed to delete file "C:\Users\CRAN\AppData\Roaming\R\data\R\duckdb\extensions\v1.3.2\windows_amd64_mingw\spatial.duckdb_extension": Zugriff verweigert
Execution halted
Flavor: r-oldrel-windows-x86_64