Open fmichonneau opened 18 hours ago
Update: I cloned the repository locally and removed the dev165
suffix from https://github.com/duckdb/duckdb-r/blob/54bcf51832556048c290dc205531308eda0602ae/src/duckdb/src/function/table/version/pragma_version.cpp#L2 (lines 2 and 11).
After reinstalling the package from these local files, the extension can be installed.
I have the same error on MacOS.
And the same fix works for me.
With the duckdb package version 1.1.3, on Ubuntu 24.10 I see:
Created on 2024-12-03 with reprex v2.1.1
This doesn't happen with the duckdb cli:
With the R package, it seems like the extension installer is picking up the
source_id
instead of the version number. I am just guessing, but I'm wondering if it's because the duckdb version bundled with the R package has thedev165
suffix?