You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get the azure and mysql extensions working in R on windows. The docs say to cd duckdb/ EXTENSION_STATIC_BUILD=1 make to make the R package able to use extensions. Is that the directory of the R package? Is there a config that should be changed in a specific file? I'm not getting where and how to set the flag.
The text was updated successfully, but these errors were encountered:
Thanks. These instructions look outdated, from when the R package was still part of the development tree. Can you please share a link so that we can fix there?
The extensions I've worked with come with their own copy of the duckdb library. Can you try cloning the extension you want to build, align the DuckDB version that the extension uses with the version of the duckdb R package, and install the extension with dbExecute() ?
Can you please also post links to the extensions you want to add?
Hi, I'm trying to get the azure and mysql extensions working in R on windows. The docs say to
cd duckdb/ EXTENSION_STATIC_BUILD=1 make
to make the R package able to use extensions. Is that the directory of the R package? Is there a config that should be changed in a specific file? I'm not getting where and how to set the flag.The text was updated successfully, but these errors were encountered: