Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions in R (documentation) #995

Open
EAVWing opened this issue Jan 9, 2025 · 1 comment
Open

Extensions in R (documentation) #995

EAVWing opened this issue Jan 9, 2025 · 1 comment

Comments

@EAVWing
Copy link

EAVWing commented Jan 9, 2025

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.

image

@krlmlr
Copy link
Collaborator

krlmlr commented Feb 12, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants